| Index: chrome/browser/ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc b/chrome/browser/ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc
|
| index 0a013ace57924def4ef2f80f8db5d1eb4d7f7bba..e95433609d52781a6fd083b87dc482648995303e 100644
|
| --- a/chrome/browser/ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc
|
| +++ b/chrome/browser/ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc
|
| @@ -96,8 +96,8 @@ class TestEasyUnlockSettingsHandler : public EasyUnlockSettingsHandler {
|
|
|
| std::unique_ptr<KeyedService> CreateEasyUnlockServiceForTest(
|
| content::BrowserContext* context) {
|
| - return base::WrapUnique(
|
| - new FakeEasyUnlockService(Profile::FromBrowserContext(context)));
|
| + return base::MakeUnique<FakeEasyUnlockService>(
|
| + Profile::FromBrowserContext(context));
|
| }
|
|
|
| } // namespace
|
|
|