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

Unified Diff: chrome/browser/signin/oauth2_token_service_unittest.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_unittest.cc
diff --git a/chrome/browser/signin/oauth2_token_service_unittest.cc b/chrome/browser/signin/oauth2_token_service_unittest.cc
index a8dd1996e65e35788aaae53a75a0d062db504493..3649374b62fb6d4b5c5ef73c9da38d2c0a18568c 100644
--- a/chrome/browser/signin/oauth2_token_service_unittest.cc
+++ b/chrome/browser/signin/oauth2_token_service_unittest.cc
@@ -35,7 +35,7 @@ class TestingOAuth2TokenServiceConsumer : public OAuth2TokenService::Consumer {
public:
TestingOAuth2TokenServiceConsumer()
: number_of_correct_tokens_(0),
- last_error_(GoogleServiceAuthError::None()),
+ last_error_(GoogleServiceAuthError::AuthErrorNone()),
number_of_errors_(0) {}
virtual ~TestingOAuth2TokenServiceConsumer() {}
@@ -66,7 +66,7 @@ class RetryingTestingOAuth2TokenServiceConsumer
OAuth2TokenService* oauth2_service)
: oauth2_service_(oauth2_service),
number_of_correct_tokens_(0),
- last_error_(GoogleServiceAuthError::None()),
+ last_error_(GoogleServiceAuthError::AuthErrorNone()),
number_of_errors_(0) {}
virtual ~RetryingTestingOAuth2TokenServiceConsumer() {}
« no previous file with comments | « chrome/browser/signin/oauth2_token_service_request_unittest.cc ('k') | chrome/browser/signin/signin_global_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698