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

Unified Diff: chrome/browser/chromeos/contacts/gdata_contacts_service.cc

Issue 96413002: Move c/b/google_apis to google_apis/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years 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 | « no previous file | chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/contacts/gdata_contacts_service.cc
diff --git a/chrome/browser/chromeos/contacts/gdata_contacts_service.cc b/chrome/browser/chromeos/contacts/gdata_contacts_service.cc
index 35e0cdec6a94516940f2e77e77a6f719f7b9e03c..48ac54dd45b051cc7af3680daa8f4ff0340cd0d6 100644
--- a/chrome/browser/chromeos/contacts/gdata_contacts_service.cc
+++ b/chrome/browser/chromeos/contacts/gdata_contacts_service.cc
@@ -21,11 +21,11 @@
#include "base/timer/timer.h"
#include "base/values.h"
#include "chrome/browser/chromeos/contacts/contact.pb.h"
-#include "chrome/browser/google_apis/gdata_contacts_requests.h"
-#include "chrome/browser/google_apis/gdata_errorcode.h"
-#include "chrome/browser/google_apis/request_sender.h"
-#include "chrome/browser/google_apis/time_util.h"
#include "content/public/browser/browser_thread.h"
+#include "google_apis/drive/gdata_contacts_requests.h"
+#include "google_apis/drive/gdata_errorcode.h"
+#include "google_apis/drive/request_sender.h"
+#include "google_apis/drive/time_util.h"
using content::BrowserThread;
« no previous file with comments | « no previous file | chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698