summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-14 21:20:05 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-14 21:20:05 +0000
commit4cea4c2e76b531c8a9e4bea680d8523f63f58f74 (patch)
tree049eabaed9fee0e95772dbbe64cd99dadbc36830
parent373d6ca14c47e2cdb045663db3544338abe390bd (diff)
downloadchromium_src-4cea4c2e76b531c8a9e4bea680d8523f63f58f74.zip
chromium_src-4cea4c2e76b531c8a9e4bea680d8523f63f58f74.tar.gz
chromium_src-4cea4c2e76b531c8a9e4bea680d8523f63f58f74.tar.bz2
Revert 200062 "Base: Disable the scoped handle verifier."
> Base: Disable the scoped handle verifier. > > This is intended for the M28 beta branch. > > BUG=240766 > TEST=none > TBR=cpu@chromium.org > > Review URL: https://codereview.chromium.org/14979005 TBR=rvargas@google.com Review URL: https://codereview.chromium.org/14578009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200074 0039d316-1c4b-4281-b951-d872f2087c98
-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 1e1b5b4..d236a70 100644
--- a/base/win/scoped_handle.h
+++ b/base/win/scoped_handle.h
@@ -197,7 +197,7 @@ class BASE_EXPORT VerifierTraits {
DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits);
};
-typedef GenericScopedHandle<HandleTraits, DummyVerifierTraits> ScopedHandle;
+typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle;
} // namespace win
} // namespace base