Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: chrome/browser/chromeos/login/signin/token_handle_util.cc

Issue 2172023002: chrome/browser/chromeos: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}

Powered by Google App Engine
This is Rietveld 408576698