| Index: printing/backend/win_helper.h
|
| ===================================================================
|
| --- printing/backend/win_helper.h (revision 140416)
|
| +++ printing/backend/win_helper.h (working copy)
|
| @@ -43,9 +43,8 @@
|
| };
|
|
|
| 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
|
| // this would mean having to add that to every binary that links with
|
|
|