commit | b30f240a9fc96baa5a5f7dce56d535b8752a20b7 | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Thu Dec 24 03:43:28 2015 |
committer | Commit bot <[email protected]> | Thu Dec 24 03:44:38 2015 |
tree | aa8b2d392fa20651addb2bea77ea542cd23c1148 | |
parent | 5b80cc34ca7e056ae2579ef5c5d859d50aaf559b [diff] [blame] |
Switch to standard integer types in base/android/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1543293003 Cr-Commit-Position: refs/heads/master@{#366796}
diff --git a/base/android/build_info.h b/base/android/build_info.h index cc90df22..5195fb8 100644 --- a/base/android/build_info.h +++ b/base/android/build_info.h
@@ -10,6 +10,7 @@ #include <string> #include "base/base_export.h" +#include "base/macros.h" #include "base/memory/singleton.h" namespace base {