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

Unified Diff: components/sync/driver/fake_sync_client.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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
« no previous file with comments | « components/sync/device_info/device_info_sync_bridge.cc ('k') | components/sync/driver/fake_sync_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/fake_sync_client.h
diff --git a/components/sync/driver/fake_sync_client.h b/components/sync/driver/fake_sync_client.h
index 8e0884f1d6dbff3efea73dbe3c1547b8df141209..b68999edbfc2477edc1fbbcb6e3db42f30fd09ec 100644
--- a/components/sync/driver/fake_sync_client.h
+++ b/components/sync/driver/fake_sync_client.h
@@ -42,8 +42,7 @@ class FakeSyncClient : public SyncClient {
base::WeakPtr<ModelTypeSyncBridge> GetSyncBridgeForModelType(
ModelType type) override;
scoped_refptr<ModelSafeWorker> CreateModelWorkerForGroup(
- ModelSafeGroup group,
- WorkerLoopDestructionObserver* observer) override;
+ ModelSafeGroup group) override;
SyncApiComponentFactory* GetSyncApiComponentFactory() override;
void SetModelTypeSyncBridge(ModelTypeSyncBridge* bridge);
« no previous file with comments | « components/sync/device_info/device_info_sync_bridge.cc ('k') | components/sync/driver/fake_sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698