| Index: components/password_manager/content/browser/content_password_manager_driver_factory.cc
|
| diff --git a/components/password_manager/content/browser/content_password_manager_driver_factory.cc b/components/password_manager/content/browser/content_password_manager_driver_factory.cc
|
| index ad8d203fc7c4a20beef60871a9b264ecccf1f240..c14147bf0de24f016865798bd21a65adcbba3f6e 100644
|
| --- a/components/password_manager/content/browser/content_password_manager_driver_factory.cc
|
| +++ b/components/password_manager/content/browser/content_password_manager_driver_factory.cc
|
| @@ -89,8 +89,8 @@ void ContentPasswordManagerDriverFactory::RenderFrameCreated(
|
| // This is called twice for the main frame.
|
| if (insertion_result.second) { // This was the first time.
|
| insertion_result.first->second =
|
| - base::WrapUnique(new ContentPasswordManagerDriver(
|
| - render_frame_host, password_client_, autofill_client_));
|
| + base::MakeUnique<ContentPasswordManagerDriver>(
|
| + render_frame_host, password_client_, autofill_client_);
|
| }
|
| }
|
|
|
|
|