| Index: chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc b/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
| index 2d44d9b2cf07716c86c84be63854230d7c7cda65..3c89ec4410aff7443355cf8c813f58d75300e85a 100644
|
| --- a/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
| +++ b/chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc
|
| @@ -104,8 +104,7 @@ class MockHotwordService : public HotwordService {
|
| }
|
|
|
| static std::unique_ptr<KeyedService> Build(content::BrowserContext* profile) {
|
| - return base::WrapUnique(
|
| - new MockHotwordService(static_cast<Profile*>(profile)));
|
| + return base::MakeUnique<MockHotwordService>(static_cast<Profile*>(profile));
|
| }
|
|
|
| LaunchMode GetHotwordAudioVerificationLaunchMode() override {
|
|
|