summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/handle_policy.h
diff options
context:
space:
mode:
authorpetewil <petewil@chromium.org>2015-12-21 10:48:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 18:49:26 +0000
commit61731d3ff51877ddb5f67aa3b937d5011a348d17 (patch)
treec0f148f8f53480e367276c8d349969e12486e5f7 /sandbox/win/src/handle_policy.h
parent9575f9a4af9115c88bf8ba04e63a77e14e1d2750 (diff)
downloadchromium_src-61731d3ff51877ddb5f67aa3b937d5011a348d17.zip
chromium_src-61731d3ff51877ddb5f67aa3b937d5011a348d17.tar.gz
chromium_src-61731d3ff51877ddb5f67aa3b937d5011a348d17.tar.bz2
Revert of Switch to standard integer types in sandbox/. (patchset #3 id:40001 of https://codereview.chromium.org/1538283002/ )
Reason for revert: This appears to be causing a compile failure (macros.h omitted) Original issue's description: > Switch to standard integer types in sandbox/. > > BUG=138542 > TBR=cpu@chromium.org > > Committed: https://crrev.com/b5032dd2fd694a9bd7a9e96ad8fefcaf29c24c9e > Cr-Commit-Position: refs/heads/master@{#366413} TBR=cpu@chromium.org,avi@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=138542 Review URL: https://codereview.chromium.org/1539423002 Cr-Commit-Position: refs/heads/master@{#366428}
Diffstat (limited to 'sandbox/win/src/handle_policy.h')
-rw-r--r--sandbox/win/src/handle_policy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/win/src/handle_policy.h b/sandbox/win/src/handle_policy.h
index 29ce5ab..ffe54b8 100644
--- a/sandbox/win/src/handle_policy.h
+++ b/sandbox/win/src/handle_policy.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/basictypes.h"
#include "sandbox/win/src/crosscall_server.h"
#include "sandbox/win/src/policy_low_level.h"
#include "sandbox/win/src/sandbox_policy.h"