commit | 2729e442b1172c5094503a03fe356c8580bb919d | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Sat Dec 26 05:27:45 2015 |
committer | Commit bot <[email protected]> | Sat Dec 26 05:28:34 2015 |
tree | bd3dc2c3feacd967c68d67c9c208306de942f7f5 | |
parent | aa6492d9e85944a38963360ad903bf3eda48c3e3 [diff] [blame] |
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