| Index: chrome/browser/sync/chrome_sync_client.cc
|
| diff --git a/chrome/browser/sync/chrome_sync_client.cc b/chrome/browser/sync/chrome_sync_client.cc
|
| index 47c276048ce952267e7e9ee275900901681c6337..e845fb6d968a515bc2d4823772697aae26b6b5bf 100644
|
| --- a/chrome/browser/sync/chrome_sync_client.cc
|
| +++ b/chrome/browser/sync/chrome_sync_client.cc
|
| @@ -169,8 +169,8 @@ class SyncSessionsClientImpl : public sync_sessions::SyncSessionsClient {
|
| GetLocalSessionEventRouter() override {
|
| syncer::SyncableService::StartSyncFlare flare(
|
| sync_start_util::GetFlareForSyncableService(profile_->GetPath()));
|
| - return base::WrapUnique(
|
| - new NotificationServiceSessionsRouter(profile_, this, flare));
|
| + return base::MakeUnique<NotificationServiceSessionsRouter>(profile_, this,
|
| + flare);
|
| }
|
|
|
| private:
|
|
|