| 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 41da2774926a4fe6595c71b7eb490b8f688b0834..2c8d3c9456d40ab26cf7aa80589ab57a45dd808a 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h"
|
|
|
| @@ -62,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
|
|
|