Index: base/win/scoped_handle.h |
=================================================================== |
--- base/win/scoped_handle.h (revision 200076) |
+++ base/win/scoped_handle.h (working copy) |
@@ -197,7 +197,7 @@ |
DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits); |
}; |
-typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle; |
+typedef GenericScopedHandle<HandleTraits, DummyVerifierTraits> ScopedHandle; |
} // namespace win |
} // namespace base |