| Index: sync/engine/syncer_unittest.cc
|
| diff --git a/sync/engine/syncer_unittest.cc b/sync/engine/syncer_unittest.cc
|
| index 7372f68c1872c29d27e0ccfa820f90220d426cfe..ca56a3eafb09a4f260e7a30e870f3397453968e0 100644
|
| --- a/sync/engine/syncer_unittest.cc
|
| +++ b/sync/engine/syncer_unittest.cc
|
| @@ -177,8 +177,8 @@ class SyncerTest : public testing::Test,
|
| std::vector<ModelSafeWorker*> workers;
|
| GetModelSafeRoutingInfo(&info);
|
| GetWorkers(&workers);
|
| - ModelTypePayloadMap types =
|
| - ModelSafeRoutingInfoToPayloadMap(info, std::string());
|
| + ModelTypeStateMap types =
|
| + ModelSafeRoutingInfoToStateMap(info, std::string());
|
| return new SyncSession(context_.get(), this,
|
| sessions::SyncSourceInfo(sync_pb::GetUpdatesCallerInfo::UNKNOWN, types),
|
| info, workers);
|
|
|