Index: printing/backend/win_helper.h |
=================================================================== |
--- printing/backend/win_helper.h (revision 139138) |
+++ printing/backend/win_helper.h (working copy) |
@@ -42,7 +42,8 @@ |
DISALLOW_IMPLICIT_CONSTRUCTORS(PrinterHandleTraits); |
}; |
-typedef base::win::GenericScopedHandle<PrinterHandleTraits> ScopedPrinterHandle; |
+typedef base::win::GenericScopedHandle< |
+ PrinterHandleTraits, base::win::DummyVerifierTraits> ScopedPrinterHandle; |
// Wrapper class to wrap the XPS APIs (PTxxx APIs). This is needed because these |