diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 03:10:15 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-04 03:10:15 +0000 |
commit | 5d054a75d7f4910133beb9c406fbab0adaabee5b (patch) | |
tree | ee256b2730476ac8f86181f6b1fd49bee66eecf2 /base/win | |
parent | bff7f1a23a01dea75bf1764a262c3dbc0b80a566 (diff) | |
download | chromium_src-5d054a75d7f4910133beb9c406fbab0adaabee5b.zip chromium_src-5d054a75d7f4910133beb9c406fbab0adaabee5b.tar.gz chromium_src-5d054a75d7f4910133beb9c406fbab0adaabee5b.tar.bz2 |
Revert 192218 "Base: disable the scoped handle verifier."
> Base: disable the scoped handle verifier.
>
> Intended for the beta branch.
>
> BUG=226315
> TEST=none
> Review URL: https://codereview.chromium.org/13587010
TBR=rvargas@google.com
Review URL: https://codereview.chromium.org/13537009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/win')
-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 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 |