Chromium Code Reviews| Index: sync/engine/sync_scheduler.h |
| diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h |
| index 1dd101889bd42bcca999d45208fc534d12a4d758..923c7be2d95ad6f59698ca52fbcc3bdbc32f3fa9 100644 |
| --- a/sync/engine/sync_scheduler.h |
| +++ b/sync/engine/sync_scheduler.h |
| @@ -13,7 +13,7 @@ |
| #include "base/time/time.h" |
| #include "sync/base/sync_export.h" |
| #include "sync/engine/nudge_source.h" |
| -#include "sync/internal_api/public/base/model_type_invalidation_map.h" |
| +#include "sync/notifier/object_id_invalidation_map.h" |
|
Raghu Simha
2013/08/30 22:12:43
Perhaps you can avoid this include by forward decl
rlarocque
2013/08/30 23:28:08
Nope. It's a typedef.
I could re-declare the typ
|
| #include "sync/sessions/sync_session.h" |
| namespace tracked_objects { |
| @@ -112,7 +112,7 @@ class SYNC_EXPORT_PRIVATE SyncScheduler |
| // order to fetch the update. |
| virtual void ScheduleInvalidationNudge( |
| const base::TimeDelta& desired_delay, |
| - const ModelTypeInvalidationMap& invalidation_map, |
| + const ObjectIdInvalidationMap& invalidations, |
| const tracked_objects::Location& nudge_location) = 0; |
| // Change status of notifications in the SyncSessionContext. |