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

Unified Diff: chrome/common/all_messages.h

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/child/pdf_child_init.cc ('k') | chrome/common/auto_start_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/all_messages.h
diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h
index 5ed2dce75c78b96cb0238b02a8855436b5f0a055..5242dbade0b09e7c9492bfbb6193c41488088a59 100644
--- a/chrome/common/all_messages.h
+++ b/chrome/common/all_messages.h
@@ -9,6 +9,9 @@
// included here. Message classes used exclusively outside of chrome
// should not be listed here and instead get an exemption in
// chrome/tools/ipclist/ipclist.cc.
+
+#include "build/build_config.h"
+
#if !defined(OS_ANDROID)
#include "chrome/common/importer/profile_import_process_messages.h"
#endif
« no previous file with comments | « chrome/child/pdf_child_init.cc ('k') | chrome/common/auto_start_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698