| Index: content/child/service_worker/web_service_worker_registration_impl.cc
|
| diff --git a/content/child/service_worker/web_service_worker_registration_impl.cc b/content/child/service_worker/web_service_worker_registration_impl.cc
|
| index 8b40190a8ad26e3e4cc4090854bc5f1001097210..ae2705ee0b568eb48704764e0a591b0f0746cd49 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.cc
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.cc
|
| @@ -155,7 +155,7 @@ WebServiceWorkerRegistrationImpl::CreateHandle(
|
| const scoped_refptr<WebServiceWorkerRegistrationImpl>& registration) {
|
| if (!registration)
|
| return nullptr;
|
| - return base::WrapUnique(new HandleImpl(registration));
|
| + return base::MakeUnique<HandleImpl>(registration);
|
| }
|
|
|
| blink::WebServiceWorkerRegistration::Handle*
|
|
|