| Index: sync/test/engine/syncer_command_test.h
|
| diff --git a/sync/test/engine/syncer_command_test.h b/sync/test/engine/syncer_command_test.h
|
| index 58b034f191bc49cf0600a738b61435de14ec83a2..18d04cd3fa677ee3b55baff86aec38eeed3ef89c 100644
|
| --- a/sync/test/engine/syncer_command_test.h
|
| +++ b/sync/test/engine/syncer_command_test.h
|
| @@ -101,7 +101,7 @@ class SyncerCommandTestBase : public testing::Test,
|
|
|
| // Lazily create a session requesting all datatypes with no payload.
|
| sessions::SyncSession* session() {
|
| - syncable::ModelTypePayloadMap types =
|
| + syncer::ModelTypePayloadMap types =
|
| ModelSafeRoutingInfoToPayloadMap(routing_info_, std::string());
|
| return session(sessions::SyncSourceInfo(types));
|
| }
|
|
|