| Index: sync/internal_api/public/test/fake_sync_manager.h
|
| diff --git a/sync/internal_api/public/test/fake_sync_manager.h b/sync/internal_api/public/test/fake_sync_manager.h
|
| index 31f5d412e36b926f6edf2a7e0c990dec3abb0791..9ee62c97a350ac4458d02b7dd87abb48246a0d38 100644
|
| --- a/sync/internal_api/public/test/fake_sync_manager.h
|
| +++ b/sync/internal_api/public/test/fake_sync_manager.h
|
| @@ -63,14 +63,12 @@ class FakeSyncManager : public SyncManager {
|
|
|
| // Posts a method to invalidate the given IDs on the sync thread.
|
| virtual void OnIncomingInvalidation(
|
| - const ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
|
| + syncer::ModelType type,
|
| + scoped_ptr<InvalidationInterface> interface) OVERRIDE;
|
|
|
| // Posts a method to update the invalidator state on the sync thread.
|
| virtual void OnInvalidatorStateChange(InvalidatorState state) OVERRIDE;
|
|
|
| - // Returns this class name for logging purposes.
|
| - virtual std::string GetOwnerName() const OVERRIDE;
|
| -
|
| // Block until the sync thread has finished processing any pending messages.
|
| void WaitForSyncThread();
|
|
|
|
|