| 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 c43e50369047585414b05a85fd722a89db229cf7..68000339bf304664a7d273f0fb784d319e6c5dcb 100644
|
| --- a/sync/test/engine/fake_sync_scheduler.h
|
| +++ b/sync/test/engine/fake_sync_scheduler.h
|
| @@ -36,6 +36,7 @@ class FakeSyncScheduler : public SyncScheduler {
|
| const tracked_objects::Location& nudge_location) OVERRIDE;
|
| virtual void ScheduleConfiguration(
|
| const ConfigurationParams& params) OVERRIDE;
|
| + virtual void ScheduleInitialSyncNudge(syncer::ModelType model_type) OVERRIDE;
|
| virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
|
|
|
| virtual base::TimeDelta GetSessionsCommitDelay() const OVERRIDE;
|
|
|