diff options
Diffstat (limited to 'chrome/service/cloud_print/print_system_win.cc')
-rw-r--r-- | chrome/service/cloud_print/print_system_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc index ed304c76..2d78735 100644 --- a/chrome/service/cloud_print/print_system_win.cc +++ b/chrome/service/cloud_print/print_system_win.cc @@ -661,7 +661,7 @@ PrintSystemWin::PrintSystemWin() : use_cdd_(true) { } PrintSystem::PrintSystemResult PrintSystemWin::Init() { - use_cdd_ = !CommandLine::ForCurrentProcess()->HasSwitch( + use_cdd_ = !base::CommandLine::ForCurrentProcess()->HasSwitch( switches::kEnableCloudPrintXps); if (!use_cdd_) |