Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: google_apis/google_api_keys.cc

Issue 10928017: Moving google_apis and GaiaClient to src/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « google_apis/google_api_keys.h ('k') | google_apis/google_apis.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « google_apis/google_api_keys.h ('k') | google_apis/google_apis.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698