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) { |