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

Unified Diff: chrome/common/external_ipc_dumper.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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 | « chrome/common/extensions/sync_type_unittest.cc ('k') | chrome/common/importer/firefox_importer_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/external_ipc_dumper.cc
diff --git a/chrome/common/external_ipc_dumper.cc b/chrome/common/external_ipc_dumper.cc
index 3b9bbbbfc5c04dd4a7b0ae039c9a904a37fca7fe..4e0d671be7260ed75483b0b4f9aafe58981f2a66 100644
--- a/chrome/common/external_ipc_dumper.cc
+++ b/chrome/common/external_ipc_dumper.cc
@@ -6,6 +6,7 @@
#include "base/logging.h"
#include "base/native_library.h"
#include "base/path_service.h"
+#include "build/build_config.h"
#include "chrome/common/external_ipc_dumper.h"
typedef IPC::ChannelProxy::OutgoingMessageFilter* (*GetFilterFunction)();
« no previous file with comments | « chrome/common/extensions/sync_type_unittest.cc ('k') | chrome/common/importer/firefox_importer_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698