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 /build/precompile.h | |
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 'build/precompile.h')
-rw-r--r-- | build/precompile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/precompile.h b/build/precompile.h index ab678ca..a3c5193 100644 --- a/build/precompile.h +++ b/build/precompile.h @@ -106,5 +106,3 @@ #include <string> #include <utility> #include <vector> - -#include "intsafe_workaround.h" |