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

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month 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/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:

Powered by Google App Engine
This is Rietveld 408576698