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

Unified Diff: chrome/browser/signin/oauth2_token_service_request_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_request_unittest.cc
diff --git a/chrome/browser/signin/oauth2_token_service_request_unittest.cc b/chrome/browser/signin/oauth2_token_service_request_unittest.cc
index 99fc142d1f637474b6a569bb0c03b0c74354d712..83b92a1b47d05091b53c2105a3e49538105e68a7 100644
--- a/chrome/browser/signin/oauth2_token_service_request_unittest.cc
+++ b/chrome/browser/signin/oauth2_token_service_request_unittest.cc
@@ -36,7 +36,7 @@ class TestingOAuth2TokenServiceConsumer : public OAuth2TokenService::Consumer {
TestingOAuth2TokenServiceConsumer::TestingOAuth2TokenServiceConsumer()
: number_of_correct_tokens_(0),
- last_error_(GoogleServiceAuthError::None()),
+ last_error_(GoogleServiceAuthError::AuthErrorNone()),
number_of_errors_(0) {
}
« no previous file with comments | « chrome/browser/signin/oauth2_token_service.cc ('k') | chrome/browser/signin/oauth2_token_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698