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

Unified Diff: chrome/browser/printing/cloud_print/cloud_print_setup_flow.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
« no previous file with comments | « chrome/browser/policy/user_info_fetcher.cc ('k') | chrome/browser/signin/fake_auth_status_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
diff --git a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
index b3e87f35a0a803dd5cd8193264f8d5978ef54ae6..299567a634262b6e23ae17f637b5da1736e727bc 100644
--- a/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
+++ b/chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
@@ -98,7 +98,7 @@ CloudPrintSetupFlow::CloudPrintSetupFlow(
bool setup_done)
: web_ui_(NULL),
dialog_start_args_(args),
- last_auth_error_(GoogleServiceAuthError::None()),
+ last_auth_error_(GoogleServiceAuthError::AuthErrorNone()),
setup_done_(setup_done),
process_control_(NULL),
delegate_(delegate) {
« no previous file with comments | « chrome/browser/policy/user_info_fetcher.cc ('k') | chrome/browser/signin/fake_auth_status_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698