Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: printing/backend/win_helper.h

Issue 10453082: Base: Add a handle verifier to ScopedHandle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698