Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClientCallback.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClientCallback.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClientCallback.h |
index f81fdef0c4571e2b9c63c8d57679e72a6fa7513a..e6da3578869b86d079d151ad76600b188a6a1c68 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClientCallback.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClientCallback.h |
@@ -16,7 +16,7 @@ public: |
explicit NavigateClientCallback(ScriptPromiseResolver* resolver) |
: m_resolver(resolver) { } |
- void onSuccess(WebPassOwnPtr<WebServiceWorkerClientInfo>) override; |
+ void onSuccess(std::unique_ptr<WebServiceWorkerClientInfo>) override; |
void onError(const WebServiceWorkerError&) override; |
private: |