| Index: chrome/browser/chromeos/contacts/google_contact_store.cc
|
| diff --git a/chrome/browser/chromeos/contacts/google_contact_store.cc b/chrome/browser/chromeos/contacts/google_contact_store.cc
|
| index 6537a50115164366c79786fbde6320bb17d255af..3cadd6c19469609a6201940eb8f8ab027ee7fc1b 100644
|
| --- a/chrome/browser/chromeos/contacts/google_contact_store.cc
|
| +++ b/chrome/browser/chromeos/contacts/google_contact_store.cc
|
| @@ -12,8 +12,8 @@
|
| #include "chrome/browser/chromeos/contacts/contact.pb.h"
|
| #include "chrome/browser/chromeos/contacts/contact_database.h"
|
| #include "chrome/browser/chromeos/contacts/contact_store_observer.h"
|
| +#include "chrome/browser/chromeos/gdata/drive_system_service.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_contacts_service.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_system_service.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -205,7 +205,7 @@ void GoogleContactStore::UpdateContacts() {
|
| gdata::GDataContactsServiceInterface* service =
|
| gdata_service_for_testing_.get() ?
|
| gdata_service_for_testing_.get() :
|
| - gdata::GDataSystemServiceFactory::GetForProfile(profile_)->
|
| + gdata::DriveSystemServiceFactory::GetForProfile(profile_)->
|
| contacts_service();
|
| DCHECK(service);
|
| service->DownloadContacts(
|
|
|