Index: public/platform/WebServiceWorkerProviderClient.h |
diff --git a/public/platform/WebServiceWorkerProviderClient.h b/public/platform/WebServiceWorkerProviderClient.h |
index b803d39962e355ca1de413ef824e235b752f0c46..50f0439f71363c68a6a7207980bc2d138ed2c3b0 100644 |
--- a/public/platform/WebServiceWorkerProviderClient.h |
+++ b/public/platform/WebServiceWorkerProviderClient.h |
@@ -28,28 +28,4 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef WebServiceWorkerProviderClient_h |
-#define WebServiceWorkerProviderClient_h |
- |
-#include "public/platform/WebCommon.h" |
-#include "public/platform/WebMessagePortChannel.h" |
- |
-namespace blink { |
- |
-class WebServiceWorker; |
-class WebString; |
- |
-// This class is the interface for embedders to talk to |
-// ServiceWorkerContainer. |
-class BLINK_PLATFORM_EXPORT WebServiceWorkerProviderClient { |
-public: |
- virtual ~WebServiceWorkerProviderClient() { } |
- |
- virtual void setController(WebServiceWorker*, bool shouldNotifyControllerChange) = 0; |
- |
- virtual void dispatchMessageEvent(WebServiceWorker*, const WebString& message, const WebMessagePortChannelArray& channels) = 0; |
-}; |
- |
-} // namespace blink |
- |
-#endif // WebServiceWorkerProviderClient_h |
+#include "public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h" |