| Index: chrome/browser/chromeos/login/signin/token_handle_util.cc
|
| diff --git a/chrome/browser/chromeos/login/signin/token_handle_util.cc b/chrome/browser/chromeos/login/signin/token_handle_util.cc
|
| index c85b92b6427e505465c054c4469fa08c9939baaa..0d8d942658c13fa785586840de6331324b9594ad 100644
|
| --- a/chrome/browser/chromeos/login/signin/token_handle_util.cc
|
| +++ b/chrome/browser/chromeos/login/signin/token_handle_util.cc
|
| @@ -86,7 +86,7 @@ void TokenHandleUtil::CheckToken(const AccountId& account_id,
|
| }
|
|
|
| if (!gaia_client_.get()) {
|
| - auto request_context =
|
| + auto* request_context =
|
| chromeos::ProfileHelper::Get()->GetSigninProfile()->GetRequestContext();
|
| gaia_client_.reset(new gaia::GaiaOAuthClient(request_context));
|
| }
|
|
|