| Index: sync/engine/sync_scheduler_impl.cc
|
| diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc
|
| index 6c784bce62aa51ded87e05ac3ec04a38c52ce76b..ac169ec18f4c394994c8230fffb3a2b757801138 100644
|
| --- a/sync/engine/sync_scheduler_impl.cc
|
| +++ b/sync/engine/sync_scheduler_impl.cc
|
| @@ -294,7 +294,7 @@ void SyncSchedulerImpl::ScheduleConfiguration(
|
| BuildModelSafeParams(params.types_to_download,
|
| params.routing_info,
|
| &restricted_routes);
|
| - session_context_->set_routing_info(restricted_routes);
|
| + session_context_->SetRoutingInfo(restricted_routes);
|
|
|
| // Only reconfigure if we have types to download.
|
| if (!params.types_to_download.Empty()) {
|
|
|