| Index: components/browser_sync/profile_sync_service.cc
|
| diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
|
| index cf5f2af870f249567be498da4bd053ccbd2a2791..ecfbbbd7046594412a99b8da5365d0e7886a4d17 100644
|
| --- a/components/browser_sync/profile_sync_service.cc
|
| +++ b/components/browser_sync/profile_sync_service.cc
|
| @@ -234,7 +234,7 @@ void ProfileSyncService::Initialize() {
|
| url_request_context_, syncer::SyncStoppedReporter::ResultCallback());
|
| sessions_sync_manager_ = base::MakeUnique<SessionsSyncManager>(
|
| sync_client_->GetSyncSessionsClient(), &sync_prefs_, local_device_.get(),
|
| - std::move(router),
|
| + router,
|
| base::Bind(&ProfileSyncService::NotifyForeignSessionUpdated,
|
| sync_enabled_weak_factory_.GetWeakPtr()),
|
| base::Bind(&ProfileSyncService::TriggerRefresh,
|
|
|