summaryrefslogtreecommitdiffstats
path: root/ipc/attachment_broker.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-21 18:39:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 02:39:47 +0000
commit246998d858d0ac220ab272b1af0ef0c6599fe92c (patch)
tree368592d4cf93dd536fb7014b7fc03a38b248b6de /ipc/attachment_broker.h
parentfed50a6cd2015af9d8f1d03a303df9675870ec7f (diff)
downloadchromium_src-246998d858d0ac220ab272b1af0ef0c6599fe92c.zip
chromium_src-246998d858d0ac220ab272b1af0ef0c6599fe92c.tar.gz
chromium_src-246998d858d0ac220ab272b1af0ef0c6599fe92c.tar.bz2
Switch to standard integer types in ipc/.
BUG=138542 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1546533002 Cr-Commit-Position: refs/heads/master@{#366527}
Diffstat (limited to 'ipc/attachment_broker.h')
-rw-r--r--ipc/attachment_broker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/attachment_broker.h b/ipc/attachment_broker.h
index 0668892..4cf1ab5 100644
--- a/ipc/attachment_broker.h
+++ b/ipc/attachment_broker.h
@@ -10,6 +10,7 @@
#include "base/memory/ref_counted.h"
#include "base/process/process_handle.h"
#include "base/synchronization/lock.h"
+#include "build/build_config.h"
#include "ipc/brokerable_attachment.h"
#include "ipc/ipc_export.h"
#include "ipc/ipc_listener.h"