Index: google_apis/gaia/google_service_auth_error.cc |
diff --git a/google_apis/gaia/google_service_auth_error.cc b/google_apis/gaia/google_service_auth_error.cc |
index 8b115eaec0638f440e40343e1be8879ae8fac8a5..8beeb4dbd1c6906f20014cce9fea0100a60e17bd 100644 |
--- a/google_apis/gaia/google_service_auth_error.cc |
+++ b/google_apis/gaia/google_service_auth_error.cc |
@@ -139,7 +139,7 @@ GoogleServiceAuthError GoogleServiceAuthError::FromClientOAuthError( |
return GoogleServiceAuthError(explanation); |
} |
-GoogleServiceAuthError GoogleServiceAuthError::None() { |
+GoogleServiceAuthError GoogleServiceAuthError::AuthErrorNone() { |
return GoogleServiceAuthError(NONE); |
} |