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

Unified Diff: chrome/service/cloud_print/print_system_win.cc

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: 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 {

Powered by Google App Engine
This is Rietveld 408576698