summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-02 00:23:03 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-02 00:23:03 +0000
commitedea649fc41c7a24a55c034bccae0e7ecaafc3fc (patch)
tree607f6a2c295138faecdbf6e5bf60264886293907
parente8db82201f209d03623a7e18bcf010303c0998d7 (diff)
downloadchromium_src-edea649fc41c7a24a55c034bccae0e7ecaafc3fc.zip
chromium_src-edea649fc41c7a24a55c034bccae0e7ecaafc3fc.tar.gz
chromium_src-edea649fc41c7a24a55c034bccae0e7ecaafc3fc.tar.bz2
Merge 280152 "Base: Disable the scoped handle verifier"
> Base: Disable the scoped handle verifier > > This is intended for the M37 branch > > BUG=389346 > TBR=cpu@chromium.org > > Review URL: https://codereview.chromium.org/337123006 TBR=rvargas@google.com Review URL: https://codereview.chromium.org/366803002 git-svn-id: svn://svn.chromium.org/chrome/branches/2062/src@280924 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 00063af..a85e08d 100644
--- a/base/win/scoped_handle.h
+++ b/base/win/scoped_handle.h
@@ -166,7 +166,7 @@ class BASE_EXPORT VerifierTraits {
DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits);
};
-typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle;
+typedef GenericScopedHandle<HandleTraits, DummyVerifierTraits> ScopedHandle;
} // namespace win
} // namespace base