summaryrefslogtreecommitdiffstats
path: root/google_apis/google_api_keys_unittest.cc
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-22 14:35:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 22:36:00 +0000
commitb32eea9bd3e6f79bd3ba15ca0299ccc579d68417 (patch)
tree7be0cd346a9e4f7e6b026310d5cd3d6cc66bb1af /google_apis/google_api_keys_unittest.cc
parent56240dfe17e12cdf54b302d6ed74bcc677bd785e (diff)
downloadchromium_src-b32eea9bd3e6f79bd3ba15ca0299ccc579d68417.zip
chromium_src-b32eea9bd3e6f79bd3ba15ca0299ccc579d68417.tar.gz
chromium_src-b32eea9bd3e6f79bd3ba15ca0299ccc579d68417.tar.bz2
Switch to standard integer types in google_apis/.
BUG=138542 TBR=rogerta@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1548673002 Cr-Commit-Position: refs/heads/master@{#366670}
Diffstat (limited to 'google_apis/google_api_keys_unittest.cc')
-rw-r--r--google_apis/google_api_keys_unittest.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/google_apis/google_api_keys_unittest.cc b/google_apis/google_api_keys_unittest.cc
index e889179..45dfa81 100644
--- a/google_apis/google_api_keys_unittest.cc
+++ b/google_apis/google_api_keys_unittest.cc
@@ -12,6 +12,7 @@
#include "google_apis/google_api_keys.h"
+#include "base/macros.h"
#include "build/build_config.h"
#include "google_apis/gaia/gaia_switches.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -30,6 +31,9 @@
// below. We used to include that file in its entirety here, but that
// can cause problems if the linker decides the version of symbols
// from that file included here is the "right" version.
+
+#include <stddef.h>
+
#include <string>
#include "base/command_line.h"
#include "base/environment.h"