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

Unified Diff: chrome/browser/signin/fake_auth_status_provider.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/fake_auth_status_provider.cc
diff --git a/chrome/browser/signin/fake_auth_status_provider.cc b/chrome/browser/signin/fake_auth_status_provider.cc
index de33023711e3400e00aabb8f6f56f17db1fdd117..439231ff15bba5bbd94b95a2347fba2ad5d87e12 100644
--- a/chrome/browser/signin/fake_auth_status_provider.cc
+++ b/chrome/browser/signin/fake_auth_status_provider.cc
@@ -6,7 +6,7 @@
FakeAuthStatusProvider::FakeAuthStatusProvider(SigninGlobalError* error)
: global_error_(error),
- auth_error_(GoogleServiceAuthError::None()) {
+ auth_error_(GoogleServiceAuthError::AuthErrorNone()) {
global_error_->AddProvider(this);
}
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc ('k') | chrome/browser/signin/oauth2_token_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698