Index: google_apis/google_api_keys.cc |
diff --git a/chrome/common/net/google_apis/google_api_keys.cc b/google_apis/google_api_keys.cc |
similarity index 98% |
rename from chrome/common/net/google_apis/google_api_keys.cc |
rename to google_apis/google_api_keys.cc |
index b86c9cc8cad3ab3eca9c2489c4d61afc46204c7a..e21ae1a103028131498d64efedc4af2da96db0f2 100644 |
--- a/chrome/common/net/google_apis/google_api_keys.cc |
+++ b/google_apis/google_api_keys.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/common/net/google_apis/google_api_keys.h" |
+#include "google_apis/google_api_keys.h" |
#include "base/command_line.h" |
#include "base/environment.h" |
@@ -13,7 +13,7 @@ |
#if defined(GOOGLE_CHROME_BUILD) |
// TODO(joi): Include a src-internal file that defines the official |
// keys for official builds, something like: #include |
-// "chrome/app/internal/official_google_api_keys.h" |
+// "google_apis/internal/official_google_api_keys.h" |
#endif |
#if !defined(GOOGLE_API_KEY) |