Index: cloud_print/gcp20/prototype/printer.cc |
diff --git a/cloud_print/gcp20/prototype/printer.cc b/cloud_print/gcp20/prototype/printer.cc |
index 24866a5ea2dda3995453337f2996a83188f133d0..9820ace41fa7faf77154018b24dbbfdd6917e68a 100644 |
--- a/cloud_print/gcp20/prototype/printer.cc |
+++ b/cloud_print/gcp20/prototype/printer.cc |
@@ -233,7 +233,8 @@ PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationStart( |
state_.user = user; |
state_.registration_state = PrinterState::REGISTRATION_STARTED; |
- if (CommandLine::ForCurrentProcess()->HasSwitch("disable-confirmation")) { |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
+ "disable-confirmation")) { |
state_.confirmation_state = PrinterState::CONFIRMATION_CONFIRMED; |
VLOG(0) << "Registration confirmed by default."; |
} else { |