| Index: sync/notifier/invalidator.h
|
| diff --git a/sync/notifier/invalidator.h b/sync/notifier/invalidator.h
|
| index d5435bcd19bc3badf0315bd3112f352e58116b88..cd5c289f970a4e9517299a5cd37c8bab4f6acac7 100644
|
| --- a/sync/notifier/invalidator.h
|
| +++ b/sync/notifier/invalidator.h
|
| @@ -14,7 +14,7 @@
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/notifier/invalidation_util.h"
|
| #include "sync/notifier/invalidator_state.h"
|
| -#include "sync/notifier/object_id_state_map.h"
|
| +#include "sync/notifier/object_id_invalidation_map.h"
|
|
|
| namespace syncer {
|
| class InvalidationHandler;
|
| @@ -89,7 +89,8 @@ class Invalidator {
|
| // which is still used by sync integration tests.
|
| // TODO(akalin): Remove this once we move the integration tests off p2p
|
| // notifications.
|
| - virtual void SendInvalidation(const ObjectIdStateMap& id_state_map) = 0;
|
| + virtual void SendInvalidation(
|
| + const ObjectIdInvalidationMap& invalidation_map) = 0;
|
| };
|
| } // namespace syncer
|
|
|
|
|