| Index: google_apis/google_api_keys_unittest.cc
|
| diff --git a/google_apis/google_api_keys_unittest.cc b/google_apis/google_api_keys_unittest.cc
|
| index e8891793e79f3472c7f89c71d73a3f0bff760ecc..45dfa81ce5d9c3a06aa94176945022263f5b28fa 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"
|
|
|