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

Unified Diff: chrome/browser/sync_file_system/drive_backend/fake_sync_worker.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/fake_sync_worker.h
diff --git a/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h b/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
index 12295fd5c4e0e01a0a823b682082c30810af7109..03dc73938965fbbcf89ce5f9dae227089b71af8b 100644
--- a/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
+++ b/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
@@ -25,11 +25,6 @@ class FilePath;
class ListValue;
}
-namespace drive {
-class DriveServiceInterface;
-class DriveUploaderInterface;
-}
-
namespace storage {
class FileSystemURL;
}
@@ -41,10 +36,8 @@ class SyncFileMetadata;
namespace drive_backend {
-class MetadataDatabase;
class RemoteChangeProcessorOnWorker;
class SyncEngineContext;
-class SyncTaskManager;
class FakeSyncWorker : public SyncWorkerInterface {
public:

Powered by Google App Engine
This is Rietveld 408576698