Index: content/child/service_worker/web_service_worker_registration_impl.h |
diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h |
index 19229ccada04ed9f49d2350ab3e47da8c3c7b1be..2c8d3c9456d40ab26cf7aa80589ab57a45dd808a 100644 |
--- a/content/child/service_worker/web_service_worker_registration_impl.h |
+++ b/content/child/service_worker/web_service_worker_registration_impl.h |
@@ -63,7 +63,7 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl |
// Creates WebServiceWorkerRegistrationHandle object that owns a reference to |
// the given WebServiceWorkerRegistrationImpl object. |
- static blink::WebPassOwnPtr<WebServiceWorkerRegistrationHandle> CreateHandle( |
+ static std::unique_ptr<WebServiceWorkerRegistrationHandle> CreateHandle( |
const scoped_refptr<WebServiceWorkerRegistrationImpl>& registration); |
// Same with CreateHandle(), but returns a raw pointer to the handle w/ its |