| 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;
|
|
|
|
|