Index: third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.h |
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.h b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.h |
index ecf1758a0b32b2f0745138cdd082ef636cc7ad92..dab9381a1ae4f348228439da74c50aded4134663 100644 |
--- a/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.h |
+++ b/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionCallbacks.h |
@@ -27,7 +27,7 @@ public: |
PushSubscriptionCallbacks(ScriptPromiseResolver*, ServiceWorkerRegistration*); |
~PushSubscriptionCallbacks() override; |
- void onSuccess(WebPassOwnPtr<WebPushSubscription>) override; |
+ void onSuccess(std::unique_ptr<WebPushSubscription>) override; |
void onError(const WebPushError&) override; |
private: |