Switch to standard integer types in google_apis/.
BUG=138542
[email protected]
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/1548673002
Cr-Commit-Position: refs/heads/master@{#366670}
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"