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