Switch to standard integer types in chrome/.

BUG=138542
[email protected]
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/1548153002

Cr-Commit-Position: refs/heads/master@{#366893}
diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h
index 5ed2dce..5242dbad 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