| Index: sync/engine/sync_scheduler_impl.cc
|
| diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc
|
| index 0aaaba0f70b6496f90212edf9ba87d081211feb0..910ed1cb740de7f3b02c650c04af867f86ab53a4 100644
|
| --- a/sync/engine/sync_scheduler_impl.cc
|
| +++ b/sync/engine/sync_scheduler_impl.cc
|
| @@ -292,7 +292,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()) {
|
|
|