Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: ipc/attachment_broker_unprivileged.cc

Issue 1546533002: Switch to standard integer types in ipc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/attachment_broker_unprivileged.h ('k') | ipc/attachment_broker_unprivileged_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_unprivileged.cc
diff --git a/ipc/attachment_broker_unprivileged.cc b/ipc/attachment_broker_unprivileged.cc
index 67f5782a5d3aefd5c6713431eab16b12ea780d56..9286a8900574b84b7022d64d053b1f28c6c30b69 100644
--- a/ipc/attachment_broker_unprivileged.cc
+++ b/ipc/attachment_broker_unprivileged.cc
@@ -5,6 +5,7 @@
#include "ipc/attachment_broker_unprivileged.h"
#include "base/metrics/histogram_macros.h"
+#include "build/build_config.h"
#include "ipc/ipc_channel.h"
#include "ipc/ipc_endpoint.h"
« no previous file with comments | « ipc/attachment_broker_unprivileged.h ('k') | ipc/attachment_broker_unprivileged_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698