Index: third_party/WebKit/Source/modules/background_sync/SyncCallbacks.h |
diff --git a/third_party/WebKit/Source/modules/background_sync/SyncCallbacks.h b/third_party/WebKit/Source/modules/background_sync/SyncCallbacks.h |
index d4ad48722480f8b2e05d0647b4c8678431c1bc53..a5dc89abe35db229baa92ab519c8246eeb4e4a23 100644 |
--- a/third_party/WebKit/Source/modules/background_sync/SyncCallbacks.h |
+++ b/third_party/WebKit/Source/modules/background_sync/SyncCallbacks.h |
@@ -34,7 +34,7 @@ public: |
SyncRegistrationCallbacks(ScriptPromiseResolver*, ServiceWorkerRegistration*); |
~SyncRegistrationCallbacks() override; |
- void onSuccess(WebPassOwnPtr<WebSyncRegistration>) override; |
+ void onSuccess(std::unique_ptr<WebSyncRegistration>) override; |
void onError(const WebSyncError&) override; |
private: |