summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-09 22:27:56 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-09 22:27:56 +0000
commit005cf06cbd6755eb8c5db5821144f9f865b38ef3 (patch)
tree59731e22f01deff5667099856b3edf8005781139 /base
parent70db0c91afb57032cb39d6575ef7b74e2c4dc189 (diff)
downloadchromium_src-005cf06cbd6755eb8c5db5821144f9f865b38ef3.zip
chromium_src-005cf06cbd6755eb8c5db5821144f9f865b38ef3.tar.gz
chromium_src-005cf06cbd6755eb8c5db5821144f9f865b38ef3.tar.bz2
Revert 210649 "Base: Disable the scoped handle verifier."
> Base: Disable the scoped handle verifier. > > This is intended for the M29 beta branch. > > BUG=258498 > TEST=none > TBR=cpu@chromium.org > > Review URL: https://codereview.chromium.org/18854022 TBR=rvargas@google.com Review URL: https://codereview.chromium.org/18955002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-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