Index: public/platform/WebPushClient.h |
diff --git a/public/platform/WebPushClient.h b/public/platform/WebPushClient.h |
index 3804bd2deff91e690484a0e0375de9ac15cb15dd..7189fcd363fb8834088cdc27c4ad2be06e71c884 100644 |
--- a/public/platform/WebPushClient.h |
+++ b/public/platform/WebPushClient.h |
@@ -7,7 +7,6 @@ |
#include "public/platform/WebCallbacks.h" |
#include "public/platform/WebPushError.h" |
-#include "public/platform/WebString.h" |
namespace blink { |
@@ -22,7 +21,7 @@ public: |
// Ownership of the WebPushRegistrationCallbacks is transferred to the |
// client. Ownership of the WebServiceWorkerProvider is not transferred. |
- virtual void registerPushMessaging(const WebString& senderId, WebPushRegistrationCallbacks*, WebServiceWorkerProvider*) { } |
+ virtual void registerPushMessaging(WebPushRegistrationCallbacks*, WebServiceWorkerProvider*) { } |
}; |
} // namespace blink |