Index: cloud_print/gcp20/prototype/print_job_handler.cc |
diff --git a/cloud_print/gcp20/prototype/print_job_handler.cc b/cloud_print/gcp20/prototype/print_job_handler.cc |
index 28bf21c504a8eadcd21feba659710452dff34bf9..6897a6c9f6fbee277306b9df1bf0a13834556f37 100644 |
--- a/cloud_print/gcp20/prototype/print_job_handler.cc |
+++ b/cloud_print/gcp20/prototype/print_job_handler.cc |
@@ -85,7 +85,7 @@ LocalPrintJob::CreateResult PrintJobHandler::CreatePrintJob( |
return LocalPrintJob::CREATE_INVALID_TICKET; |
// Let's simulate at least some errors just for testing. |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kSimulatePrintingErrors)) { |
if (base::RandDouble() <= kPaperJamProbability) { |
*error_description = "Paper jam, try again"; |