| Index: chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc
|
| index b7ed19734b571c10c2511e2a4e6b3639e70e2d53..7f0a1c4b6049b24a0a82cccbde9bdc64307bba34 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/extension_data_collection_unittest.cc
|
| @@ -159,7 +159,7 @@ class ExtensionDataCollectionTest : public testing::Test {
|
| std::string(), // supervised_user_id
|
| TestingProfile::TestingFactories());
|
|
|
| - return base::WrapUnique(new ExtensionTestingProfile(profile));
|
| + return base::MakeUnique<ExtensionTestingProfile>(profile);
|
| }
|
|
|
| content::TestBrowserThreadBundle browser_thread_bundle_;
|
|
|