| Index: sync/engine/sync_scheduler.h
|
| diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
|
| index d251b98599378ba202ec3babf969037ff5998195..b9c1ed32c6dd0fd6057d3164326a0f84e4014030 100644
|
| --- a/sync/engine/sync_scheduler.h
|
| +++ b/sync/engine/sync_scheduler.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/time.h"
|
| #include "sync/engine/nudge_source.h"
|
| -#include "sync/internal_api/public/base/model_type_state_map.h"
|
| +#include "sync/internal_api/public/base/model_type_invalidation_map.h"
|
| #include "sync/sessions/sync_session.h"
|
|
|
| class MessageLoop;
|
| @@ -92,7 +92,7 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
|
| const tracked_objects::Location& nudge_location) = 0;
|
| virtual void ScheduleNudgeWithStatesAsync(
|
| const base::TimeDelta& delay, NudgeSource source,
|
| - const ModelTypeStateMap& type_state_map,
|
| + const ModelTypeInvalidationMap& invalidation_map,
|
| const tracked_objects::Location& nudge_location) = 0;
|
|
|
| // Change status of notifications in the SyncSessionContext.
|
|
|