Index: sync/notifier/chrome_invalidation_client.h |
diff --git a/sync/notifier/chrome_invalidation_client.h b/sync/notifier/chrome_invalidation_client.h |
index ddd5bb02021b1ce10d3c4e6341bd9f683e3c7c9f..2328f99af7705b2b555741df34e6c9b230ea5af8 100644 |
--- a/sync/notifier/chrome_invalidation_client.h |
+++ b/sync/notifier/chrome_invalidation_client.h |
@@ -8,7 +8,6 @@ |
#ifndef SYNC_NOTIFIER_CHROME_INVALIDATION_CLIENT_H_ |
#define SYNC_NOTIFIER_CHROME_INVALIDATION_CLIENT_H_ |
-#include <map> |
#include <string> |
#include "base/basictypes.h" |
@@ -21,8 +20,8 @@ |
#include "sync/internal_api/public/util/weak_handle.h" |
#include "sync/notifier/chrome_system_resources.h" |
#include "sync/notifier/invalidation_state_tracker.h" |
-#include "sync/notifier/invalidation_util.h" |
#include "sync/notifier/notifications_disabled_reason.h" |
+#include "sync/notifier/object_id_payload_map.h" |
#include "sync/notifier/state_writer.h" |
namespace buzz { |
@@ -37,10 +36,6 @@ namespace syncer { |
class RegistrationManager; |
-typedef std::map<invalidation::ObjectId, |
- std::string, |
- ObjectIdLessThan> ObjectIdPayloadMap; |
- |
// ChromeInvalidationClient is not thread-safe and lives on the sync |
// thread. |
class ChromeInvalidationClient |