| Index: chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h b/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
|
| index da1405a7fc67ec75d590d01a8cd235a09e5d14ca..f03268f3d518b182efa50b8ae452010ac736f9ff 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
|
| @@ -22,11 +22,6 @@ class FilePath;
|
| class ListValue;
|
| }
|
|
|
| -namespace drive {
|
| -class DriveServiceInterface;
|
| -class DriveUploaderInterface;
|
| -}
|
| -
|
| namespace storage {
|
| class FileSystemURL;
|
| }
|
| @@ -38,10 +33,8 @@ class SyncFileMetadata;
|
|
|
| namespace drive_backend {
|
|
|
| -class MetadataDatabase;
|
| class RemoteChangeProcessorOnWorker;
|
| class SyncEngineContext;
|
| -class SyncTaskManager;
|
|
|
| class SyncWorkerInterface {
|
| public:
|
|
|