| Index: sync/engine/sync_scheduler.h
|
| diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
|
| index aef01182336151eae13f4301d20d6fcd33988728..e5e9b9b5ff9669e10030b26c73a1e3a8efac759e 100644
|
| --- a/sync/engine/sync_scheduler.h
|
| +++ b/sync/engine/sync_scheduler.h
|
| @@ -21,7 +21,7 @@ class Location;
|
|
|
| namespace syncer {
|
|
|
| -class ObjectIdInvalidationMap;
|
| +class InvalidationInterface;
|
| struct ServerConnectionEvent;
|
|
|
| struct SYNC_EXPORT_PRIVATE ConfigurationParams {
|
| @@ -115,7 +115,8 @@ class SYNC_EXPORT_PRIVATE SyncScheduler
|
| // order to fetch the update.
|
| virtual void ScheduleInvalidationNudge(
|
| const base::TimeDelta& desired_delay,
|
| - const ObjectIdInvalidationMap& invalidations,
|
| + syncer::ModelType type,
|
| + scoped_ptr<InvalidationInterface> invalidation,
|
| const tracked_objects::Location& nudge_location) = 0;
|
|
|
| // Change status of notifications in the SyncSessionContext.
|
|
|