| Index: components/component_updater/component_updater_service.cc
|
| diff --git a/components/component_updater/component_updater_service.cc b/components/component_updater/component_updater_service.cc
|
| index 2d3346c89d34827426d989ca6eee682080a6cb0d..91e3bd5a5da7eed5a5c0a4f5ecdeef9545b2dcfe 100644
|
| --- a/components/component_updater/component_updater_service.cc
|
| +++ b/components/component_updater/component_updater_service.cc
|
| @@ -456,8 +456,7 @@ std::unique_ptr<ComponentUpdateService> ComponentUpdateServiceFactory(
|
| const scoped_refptr<Configurator>& config) {
|
| DCHECK(config);
|
| auto update_client = update_client::UpdateClientFactory(config);
|
| - return base::WrapUnique(
|
| - new CrxUpdateService(config, std::move(update_client)));
|
| + return base::MakeUnique<CrxUpdateService>(config, std::move(update_client));
|
| }
|
|
|
| } // namespace component_updater
|
|
|