Index: google_apis/gaia/google_service_auth_error.h |
diff --git a/google_apis/gaia/google_service_auth_error.h b/google_apis/gaia/google_service_auth_error.h |
index a4747aca3d9f67856bba58126990374901165797..29f83f9815082d3097eb2f5e5879549afbdf81a1 100644 |
--- a/google_apis/gaia/google_service_auth_error.h |
+++ b/google_apis/gaia/google_service_auth_error.h |
@@ -168,7 +168,7 @@ class GoogleServiceAuthError { |
// Provided for convenience for clients needing to reset an instance to NONE. |
// (avoids err_ = GoogleServiceAuthError(GoogleServiceAuthError::NONE), due |
// to explicit class and State enum relation. Note: shouldn't be inlined! |
- static GoogleServiceAuthError None(); |
+ static GoogleServiceAuthError AuthErrorNone(); |
// The error information. |
State state() const; |