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

Unified Diff: chrome/browser/chromeos/gdata/gdata_system_service.h

Issue 10882017: contacts: Make GoogleContactStore own GDataContactsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: chrome/browser/chromeos/gdata/gdata_system_service.h
diff --git a/chrome/browser/chromeos/gdata/gdata_system_service.h b/chrome/browser/chromeos/gdata/gdata_system_service.h
index c765b086760b338b681c03a50a4f2eda0e21f2ba..5fbdb14885c2617b9af9657fb75982eef3879f3c 100644
--- a/chrome/browser/chromeos/gdata/gdata_system_service.h
+++ b/chrome/browser/chromeos/gdata/gdata_system_service.h
@@ -23,7 +23,6 @@ class DriveCache;
class DriveServiceInterface;
class DriveWebAppsRegistry;
class FileWriteHelper;
-class GDataContactsService;
class GDataDownloadObserver;
class GDataFileSystemInterface;
class GDataSyncClient;
@@ -42,7 +41,6 @@ class GDataSystemService : public ProfileKeyedService {
GDataFileSystemInterface* file_system() { return file_system_.get(); }
FileWriteHelper* file_write_helper() { return file_write_helper_.get(); }
GDataUploader* uploader() { return uploader_.get(); }
- GDataContactsService* contacts_service() { return contacts_service_.get(); }
DriveWebAppsRegistry* webapps_registry() { return webapps_registry_.get(); }
// Clears all the local cache files and in-memory data, and remounts the file
@@ -84,7 +82,6 @@ class GDataSystemService : public ProfileKeyedService {
scoped_ptr<FileWriteHelper> file_write_helper_;
scoped_ptr<GDataDownloadObserver> download_observer_;
scoped_ptr<GDataSyncClient> sync_client_;
- scoped_ptr<GDataContactsService> contacts_service_;
base::WeakPtrFactory<GDataSystemService> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(GDataSystemService);

Powered by Google App Engine
This is Rietveld 408576698