diff options
-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 d3f5c22..75de1c6 100644 --- a/base/win/scoped_handle.h +++ b/base/win/scoped_handle.h @@ -194,7 +194,7 @@ class BASE_EXPORT VerifierTraits { DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits); }; -typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle; +typedef GenericScopedHandle<HandleTraits, DummyVerifierTraits> ScopedHandle; } // namespace win } // namespace base |