| Index: chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc b/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc
|
| index 8c54eddd364058e76e4423d413c596d47527a091..22297d93d21e812a42903735ddd140846d9f37f3 100644
|
| --- a/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc
|
| +++ b/chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc
|
| @@ -43,7 +43,7 @@ class FakeEventRouter : public extensions::EventRouter {
|
| // FakeEventRouter factory function
|
| std::unique_ptr<KeyedService> FakeEventRouterFactoryFunction(
|
| content::BrowserContext* context) {
|
| - return base::WrapUnique(new FakeEventRouter(static_cast<Profile*>(context)));
|
| + return base::MakeUnique<FakeEventRouter>(static_cast<Profile*>(context));
|
| }
|
|
|
| namespace {
|
|
|