summaryrefslogtreecommitdiffstats
path: root/base/win/scoped_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/win/scoped_handle.h')
-rw-r--r--base/win/scoped_handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h
index 62734b6..d146fb1 100644
--- a/base/win/scoped_handle.h
+++ b/base/win/scoped_handle.h
@@ -180,7 +180,7 @@ class BASE_EXPORT VerifierTraits {
DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits);
};
-typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle;
+typedef GenericScopedHandle<HandleTraits, DummyVerifierTraits> ScopedHandle;
} // namespace win
} // namespace base