Index: chrome/service/cloud_print/print_system_win.cc |
=================================================================== |
--- chrome/service/cloud_print/print_system_win.cc (revision 139138) |
+++ chrome/service/cloud_print/print_system_win.cc (working copy) |
@@ -55,7 +55,8 @@ |
DISALLOW_IMPLICIT_CONSTRUCTORS(PrinterChangeHandleTraits); |
}; |
-typedef base::win::GenericScopedHandle<PrinterChangeHandleTraits> |
+typedef base::win::GenericScopedHandle<PrinterChangeHandleTraits, |
+ base::win::DummyVerifierTraits> |
ScopedPrinterChangeHandle; |
class DevMode { |