| Index: chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc
|
| diff --git a/chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc b/chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc
|
| index bf1fcf652adac954bde6ed2ef017185b48844c93..7367467f1279a23b5ea0edf31709130999a39405 100644
|
| --- a/chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc
|
| +++ b/chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc
|
| @@ -36,8 +36,8 @@ ScopedCrosSettingsTestHelper::~ScopedCrosSettingsTestHelper() {
|
|
|
| std::unique_ptr<FakeOwnerSettingsService>
|
| ScopedCrosSettingsTestHelper::CreateOwnerSettingsService(Profile* profile) {
|
| - return base::WrapUnique(new FakeOwnerSettingsService(
|
| - profile, new ownership::MockOwnerKeyUtil(), &stub_settings_provider_));
|
| + return base::MakeUnique<FakeOwnerSettingsService>(
|
| + profile, new ownership::MockOwnerKeyUtil(), &stub_settings_provider_);
|
| }
|
|
|
| void ScopedCrosSettingsTestHelper::ReplaceProvider(const std::string& path) {
|
|
|