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

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

Issue 10832241: Drive: Removes unused cache files after the initial feed fetch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the ownership of |stale_cache_files_remover_| to GDataSystemService (reverting Patch Set 15) 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..212ac1d362e4ca7943780fb5ff7b12c3f6eb995f 100644
--- a/chrome/browser/chromeos/gdata/gdata_system_service.h
+++ b/chrome/browser/chromeos/gdata/gdata_system_service.h
@@ -28,6 +28,7 @@ class GDataDownloadObserver;
class GDataFileSystemInterface;
class GDataSyncClient;
class GDataUploader;
+class StaleCacheFilesRemover;
// GDataSystemService runs the GData system, including the GData file system
// implementation for the file manager, and some other sub systems.
@@ -85,6 +86,7 @@ class GDataSystemService : public ProfileKeyedService {
scoped_ptr<GDataDownloadObserver> download_observer_;
scoped_ptr<GDataSyncClient> sync_client_;
scoped_ptr<GDataContactsService> contacts_service_;
+ scoped_ptr<StaleCacheFilesRemover> stale_cache_files_remover_;
base::WeakPtrFactory<GDataSystemService> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(GDataSystemService);

Powered by Google App Engine
This is Rietveld 408576698