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

Unified Diff: chrome/browser/signin/oauth2_token_service.cc

Issue 12686006: Rename GoogleServiceAuthError::None() to AuthErrorNone() and LoginFailure::None() to LoginFailureNo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/signin/oauth2_token_service.cc
diff --git a/chrome/browser/signin/oauth2_token_service.cc b/chrome/browser/signin/oauth2_token_service.cc
index 6bfc403d1fc0d7cd010441ed7b2d97d345bd4e6d..a0392973e75af8b59e79b4aa44f5846f764cb029 100644
--- a/chrome/browser/signin/oauth2_token_service.cc
+++ b/chrome/browser/signin/oauth2_token_service.cc
@@ -520,7 +520,7 @@ void OAuth2TokenService::Observe(int type,
// OAuth2 access tokens. If this token either changes or is cleared, any
// available tokens must be invalidated.
token_cache_.clear();
- UpdateAuthError(GoogleServiceAuthError::None());
+ UpdateAuthError(GoogleServiceAuthError::AuthErrorNone());
}
void OAuth2TokenService::UpdateAuthError(const GoogleServiceAuthError& error) {
« no previous file with comments | « chrome/browser/signin/fake_auth_status_provider.cc ('k') | chrome/browser/signin/oauth2_token_service_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698