Index: google_apis/google_api_keys.cc |
diff --git a/google_apis/google_api_keys.cc b/google_apis/google_api_keys.cc |
index f107fd8f0e571377062154444971f8eed22cbf4b..06a53e2476f568824c6e6523f14e20f132ea1c4d 100644 |
--- a/google_apis/google_api_keys.cc |
+++ b/google_apis/google_api_keys.cc |
@@ -289,7 +289,7 @@ class APIKeyCache { |
std::string client_secrets_[CLIENT_NUM_ITEMS]; |
}; |
-static base::LazyInstance<APIKeyCache> g_api_key_cache = |
+static base::LazyInstance<APIKeyCache>::DestructorAtExit g_api_key_cache = |
LAZY_INSTANCE_INITIALIZER; |
bool HasKeysConfigured() { |