Skip to content

Commit

Permalink
Fix use-after-move in chromeos::SigninHelper
Browse files Browse the repository at this point in the history
Fixed: 1169417
Change-Id: I7a27f5ab0083287ee0dbd24313717b293a742ce4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642786
Reviewed-by: Anastasiia N <anastasiian@chromium.org>
Commit-Queue: Kush Sinha <sinhak@chromium.org>
Auto-Submit: Kush Sinha <sinhak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#846217}
  • Loading branch information
j4nu5 authored and Chromium LUCI CQ committed Jan 22, 2021
1 parent 94d66b4 commit 8e908e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/ui/webui/signin/signin_helper_chromeos.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SigninHelper::SigninHelper(
close_dialog_closure_(close_dialog_closure),
email_(email),
url_loader_factory_(std::move(url_loader_factory)),
gaia_auth_fetcher_(this, gaia::GaiaSource::kChrome, url_loader_factory) {
gaia_auth_fetcher_(this, gaia::GaiaSource::kChrome, url_loader_factory_) {
account_key_ = ::account_manager::AccountKey{
gaia_id, ::account_manager::AccountType::kGaia};

Expand Down

0 comments on commit 8e908e1

Please sign in to comment.