Index: sync/sessions/nudge_tracker.h |
diff --git a/sync/sessions/nudge_tracker.h b/sync/sessions/nudge_tracker.h |
index 8d8839e33fcf937845a67a601ad3d59a0796b928..aa4414cb7ae657e8d26b4ef7b8fd3317d7ec6eb4 100644 |
--- a/sync/sessions/nudge_tracker.h |
+++ b/sync/sessions/nudge_tracker.h |
@@ -13,7 +13,7 @@ |
#include "base/compiler_specific.h" |
#include "sync/base/sync_export.h" |
#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/base/model_type_invalidation_map.h" |
+#include "sync/notifier/object_id_invalidation_map.h" |
#include "sync/protocol/sync.pb.h" |
#include "sync/sessions/data_type_tracker.h" |
@@ -48,7 +48,7 @@ class SYNC_EXPORT_PRIVATE NudgeTracker { |
// Takes note of the receipt of an invalidation notice from the server. |
void RecordRemoteInvalidation( |
- const ModelTypeInvalidationMap& invalidation_map); |
+ const ObjectIdInvalidationMap& invalidation_map); |
// These functions should be called to keep this class informed of the status |
// of the connection to the invalidations server. |