| Index: components/sync/driver/sync_client.h
|
| diff --git a/components/sync/driver/sync_client.h b/components/sync/driver/sync_client.h
|
| index f819bc23584ec2ed5d7fafbd3e0af024d89fef76..b1a7ae399d1aee4f36af0854ea62e0a512f935d8 100644
|
| --- a/components/sync/driver/sync_client.h
|
| +++ b/components/sync/driver/sync_client.h
|
| @@ -104,8 +104,7 @@ class SyncClient {
|
| // cannot be created.
|
| // TODO(maxbogue): Move this inside SyncApiComponentFactory.
|
| virtual scoped_refptr<ModelSafeWorker> CreateModelWorkerForGroup(
|
| - ModelSafeGroup group,
|
| - WorkerLoopDestructionObserver* observer) = 0;
|
| + ModelSafeGroup group) = 0;
|
|
|
| // Returns the current SyncApiComponentFactory instance.
|
| virtual SyncApiComponentFactory* GetSyncApiComponentFactory() = 0;
|
|
|