| 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 1fe919b272cd3a96bf0fd3ecd36306839e4be737..9e402e40a28b5b05367a39ab4bcd799e7e2f1d04 100644
|
| --- a/sync/test/engine/syncer_command_test.h
|
| +++ b/sync/test/engine/syncer_command_test.h
|
| @@ -123,7 +123,7 @@ class SyncerCommandTestBase : public testing::Test,
|
| void ResetContext() {
|
| context_.reset(new sessions::SyncSessionContext(
|
| mock_server_.get(), directory(),
|
| - routing_info_, GetWorkers(), &extensions_activity_monitor_,
|
| + GetWorkers(), &extensions_activity_monitor_,
|
| std::vector<SyncEngineEventListener*>(),
|
| &mock_debug_info_getter_,
|
| &traffic_recorder_));
|
|
|