summaryrefslogtreecommitdiffstats
path: root/base/sys_info.cc
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-26 14:15:14 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 22:16:15 +0000
commit9b6f42934e5a1e65ebfc668d91a28a6e2678a14c (patch)
tree6fb35dc2e15b6aeb7ce5d8fb2daf08f58c6d77e7 /base/sys_info.cc
parent28523e2cf18ee02f503e1792788b88d828968055 (diff)
downloadchromium_src-9b6f42934e5a1e65ebfc668d91a28a6e2678a14c.zip
chromium_src-9b6f42934e5a1e65ebfc668d91a28a6e2678a14c.tar.gz
chromium_src-9b6f42934e5a1e65ebfc668d91a28a6e2678a14c.tar.bz2
Switch to standard integer types in base/.
BUG=138542 TBR=mark@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1538743002 Cr-Commit-Position: refs/heads/master@{#366910}
Diffstat (limited to 'base/sys_info.cc')
-rw-r--r--base/sys_info.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/sys_info.cc b/base/sys_info.cc
index 21bfb34..cebb363 100644
--- a/base/sys_info.cc
+++ b/base/sys_info.cc
@@ -12,6 +12,7 @@
#include "base/strings/string_util.h"
#include "base/sys_info_internal.h"
#include "base/time/time.h"
+#include "build/build_config.h"
namespace base {