| Index: chrome/browser/chromeos/drive/drive_system_service.h
|
| diff --git a/chrome/browser/chromeos/drive/drive_system_service.h b/chrome/browser/chromeos/drive/drive_system_service.h
|
| index 6852a8d5862a138e302377397137a12b347885ae..854ced055112bb04f99e0cc7affd44efdae39b01 100644
|
| --- a/chrome/browser/chromeos/drive/drive_system_service.h
|
| +++ b/chrome/browser/chromeos/drive/drive_system_service.h
|
| @@ -33,7 +33,6 @@ namespace drive {
|
| class DownloadHandler;
|
| class DriveCache;
|
| class DriveFileSystemInterface;
|
| -class DrivePrefetcher;
|
| class DriveResourceMetadata;
|
| class DriveWebAppsRegistry;
|
| class FileSystemProxy;
|
| @@ -170,7 +169,6 @@ class DriveSystemService : public ProfileKeyedService,
|
| scoped_ptr<FileWriteHelper> file_write_helper_;
|
| scoped_ptr<DownloadHandler> download_handler_;
|
| scoped_ptr<SyncClient> sync_client_;
|
| - scoped_ptr<DrivePrefetcher> prefetcher_;
|
| scoped_ptr<StaleCacheFilesRemover> stale_cache_files_remover_;
|
| scoped_refptr<FileSystemProxy> file_system_proxy_;
|
|
|
|
|