summaryrefslogtreecommitdiffstats
path: root/base/win
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 21:53:24 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-24 21:53:24 +0000
commit683f766479a457a74bbdb2316d9e7068c68bb08a (patch)
tree0fb0f7180638e4bf43842624900d763c9d3953ad /base/win
parent78317888b3bbb778b656665961816a411c54f222 (diff)
downloadchromium_src-683f766479a457a74bbdb2316d9e7068c68bb08a.zip
chromium_src-683f766479a457a74bbdb2316d9e7068c68bb08a.tar.gz
chromium_src-683f766479a457a74bbdb2316d9e7068c68bb08a.tar.bz2
Revert 158402 - Base: disable the scoped handle verifier for M23 beta.
BUG=152037 TEST=none TBR=willchan@chromium.org Review URL: https://codereview.chromium.org/10978006 TBR=rvargas@google.com Review URL: https://codereview.chromium.org/10978007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/win')
-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 d146fb1..62734b6 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, DummyVerifierTraits> ScopedHandle;
+typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle;
} // namespace win
} // namespace base