Index: chrome/browser/policy/user_info_fetcher.cc |
diff --git a/chrome/browser/policy/user_info_fetcher.cc b/chrome/browser/policy/user_info_fetcher.cc |
index b9def268f0d6b3185e7c689ed7942b78a8d4decb..e18d1fff7c33ff3b26ed0407722c4c759c7237d0 100644 |
--- a/chrome/browser/policy/user_info_fetcher.cc |
+++ b/chrome/browser/policy/user_info_fetcher.cc |
@@ -53,7 +53,7 @@ void UserInfoFetcher::Start(const std::string& access_token) { |
void UserInfoFetcher::OnURLFetchComplete(const net::URLFetcher* source) { |
net::URLRequestStatus status = source->GetStatus(); |
- GoogleServiceAuthError error = GoogleServiceAuthError::None(); |
+ GoogleServiceAuthError error = GoogleServiceAuthError::AuthErrorNone(); |
if (!status.is_success()) { |
if (status.status() == net::URLRequestStatus::CANCELED) |
error = GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED); |