| Index: chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
|
| index c8280de3a3c0f865f1f85d8a88336095611f5b78..692c8fa142284621d15e4eb91bb77f254a7331de 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
|
| @@ -84,7 +84,7 @@ class TestSyncService : public ProfileSyncServiceMock {
|
|
|
| std::unique_ptr<KeyedService> TestingSyncFactoryFunction(
|
| content::BrowserContext* context) {
|
| - return base::WrapUnique(new TestSyncService(static_cast<Profile*>(context)));
|
| + return base::MakeUnique<TestSyncService>(static_cast<Profile*>(context));
|
| }
|
|
|
| } // namespace
|
|
|