diff options
Diffstat (limited to 'base/win')
-rw-r--r-- | base/win/scoped_handle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h index b267724..6d8e4fb 100644 --- a/base/win/scoped_handle.h +++ b/base/win/scoped_handle.h @@ -166,7 +166,7 @@ class BASE_EXPORT VerifierTraits { DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits); }; -typedef GenericScopedHandle<HandleTraits, DummyVerifierTraits> ScopedHandle; +typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle; } // namespace win } // namespace base |