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 1509c77..3d787e0 100644 --- a/chrome/service/cloud_print/print_system_win.cc +++ b/chrome/service/cloud_print/print_system_win.cc @@ -55,7 +55,8 @@ class PrinterChangeHandleTraits { DISALLOW_IMPLICIT_CONSTRUCTORS(PrinterChangeHandleTraits); }; -typedef base::win::GenericScopedHandle<PrinterChangeHandleTraits> +typedef base::win::GenericScopedHandle<PrinterChangeHandleTraits, + base::win::DummyVerifierTraits> ScopedPrinterChangeHandle; class DevMode { |