| Index: sync/test/engine/fake_sync_scheduler.h
|
| diff --git a/sync/test/engine/fake_sync_scheduler.h b/sync/test/engine/fake_sync_scheduler.h
|
| index 9da8a0f82071cdaf4c27bb470014aa1b2dc182e4..c43e50369047585414b05a85fd722a89db229cf7 100644
|
| --- a/sync/test/engine/fake_sync_scheduler.h
|
| +++ b/sync/test/engine/fake_sync_scheduler.h
|
| @@ -31,7 +31,8 @@ class FakeSyncScheduler : public SyncScheduler {
|
| const tracked_objects::Location& nudge_location) OVERRIDE;
|
| virtual void ScheduleInvalidationNudge(
|
| const base::TimeDelta& desired_delay,
|
| - const ObjectIdInvalidationMap& invalidation_map,
|
| + syncer::ModelType type,
|
| + scoped_ptr<InvalidationInterface> interface,
|
| const tracked_objects::Location& nudge_location) OVERRIDE;
|
| virtual void ScheduleConfiguration(
|
| const ConfigurationParams& params) OVERRIDE;
|
|
|