diff options
Diffstat (limited to 'printing/backend/win_helper.h')
-rw-r--r-- | printing/backend/win_helper.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/printing/backend/win_helper.h b/printing/backend/win_helper.h index abfe66c..497cfdb 100644 --- a/printing/backend/win_helper.h +++ b/printing/backend/win_helper.h @@ -43,8 +43,7 @@ class PrinterHandleTraits { }; typedef base::win::GenericScopedHandle< - PrinterHandleTraits, base::win::DummyVerifierTraits> ScopedPrinterHandle; - + PrinterHandleTraits, base::win::VerifierTraits> ScopedPrinterHandle; // Wrapper class to wrap the XPS APIs (PTxxx APIs). This is needed because these // APIs are not available by default on XP. We could delayload prntvpt.dll but |