diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-18 23:56:37 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-18 23:56:37 +0000 |
commit | 5895b2023aed7bf5f2a1e9d98063d940457da87e (patch) | |
tree | 86dbf6f619dc8382adc58f2ce4e733404f264bd2 /win8/delegate_execute | |
parent | 2a103aed3c94238145c557e24896253bb37f6ec0 (diff) | |
download | chromium_src-5895b2023aed7bf5f2a1e9d98063d940457da87e.zip chromium_src-5895b2023aed7bf5f2a1e9d98063d940457da87e.tar.gz chromium_src-5895b2023aed7bf5f2a1e9d98063d940457da87e.tar.bz2 |
Remove intsafe_workaround.h
It's no longer needed.
BUG=308740
R=scottmg@chromium.org
TBR=cpu
Review URL: https://codereview.chromium.org/404443003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/delegate_execute')
-rw-r--r-- | win8/delegate_execute/delegate_execute.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win8/delegate_execute/delegate_execute.cc b/win8/delegate_execute/delegate_execute.cc index 1c4e9ec..3bd1ef1 100644 --- a/win8/delegate_execute/delegate_execute.cc +++ b/win8/delegate_execute/delegate_execute.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "build/intsafe_workaround.h" - #include <atlbase.h> #include <atlcom.h> #include <atlctl.h> |