| Index: sync/engine/get_updates_processor.cc
|
| diff --git a/sync/engine/get_updates_processor.cc b/sync/engine/get_updates_processor.cc
|
| index 16207b8e427c557bd6ffcfad0fb41a10ce4c77d3..449f718883adf700136097c1880224309cdff4a0 100644
|
| --- a/sync/engine/get_updates_processor.cc
|
| +++ b/sync/engine/get_updates_processor.cc
|
| @@ -7,9 +7,12 @@
|
| #include <map>
|
|
|
| #include "sync/engine/get_updates_delegate.h"
|
| -#include "sync/engine/sync_directory_update_handler.h"
|
| +#include "sync/engine/update_handler.h"
|
| #include "sync/protocol/sync.pb.h"
|
|
|
| +typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
|
| +typedef std::map<syncer::ModelType, SyncEntityList> TypeSyncEntityMap;
|
| +
|
| namespace syncer {
|
|
|
| typedef std::map<ModelType, size_t> TypeToIndexMap;
|
|
|