diff options
Diffstat (limited to 'chrome/service/cloud_print/print_system_win.cc')
-rw-r--r-- | chrome/service/cloud_print/print_system_win.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc index 4369b54..8d92e3dfb 100644 --- a/chrome/service/cloud_print/print_system_win.cc +++ b/chrome/service/cloud_print/print_system_win.cc @@ -13,6 +13,7 @@ #include "base/utf_string_conversions.h" #include "base/win/scoped_bstr.h" #include "base/win/scoped_comptr.h" +#include "base/win/scoped_hdc.h" #include "chrome/service/cloud_print/cloud_print_consts.h" #include "chrome/service/service_process.h" #include "chrome/service/service_utility_process_host.h" @@ -508,7 +509,7 @@ class PrintSystemWin : public PrintSystem { PlatformJobId job_id_; PrintSystem::JobSpooler::Delegate* delegate_; int saved_dc_; - ScopedHDC printer_dc_; + base::win::ScopedHDC printer_dc_; FilePath print_data_file_path_; DISALLOW_COPY_AND_ASSIGN(JobSpoolerWin::Core); }; |