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