Index: sync/engine/get_updates_processor.h |
diff --git a/sync/engine/get_updates_processor.h b/sync/engine/get_updates_processor.h |
index 4058091b183a523d01ac20cc79b0a8545f168cb6..13a9c83277dfbb892d2061145f6f21d60c7c9fd8 100644 |
--- a/sync/engine/get_updates_processor.h |
+++ b/sync/engine/get_updates_processor.h |
@@ -30,10 +30,6 @@ class Directory; |
} // namespace syncable |
class GetUpdatesDelegate; |
-class SyncDirectoryUpdateHandler; |
- |
-typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList; |
-typedef std::map<ModelType, SyncEntityList> TypeSyncEntityMap; |
// This class manages the set of per-type syncer objects. |
// |