Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h |
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h |
index 2b129cd81fb2993b6ea424bd222ac98d6aa411f0..9501144d9a539c394447f41fd58ba3d3baf0f61f 100644 |
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h |
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h |
@@ -51,11 +51,9 @@ class BLINK_PLATFORM_EXPORT WebServiceWorkerProviderClient { |
virtual void setController(std::unique_ptr<WebServiceWorker::Handle>, |
bool shouldNotifyControllerChange) = 0; |
- virtual void dispatchMessageEvent( |
- std::unique_ptr<WebServiceWorker::Handle>, |
- const WebString& message, |
- const WebMessagePortChannelArray& channels) = 0; |
- |
+ virtual void dispatchMessageEvent(std::unique_ptr<WebServiceWorker::Handle>, |
+ const WebString& message, |
+ WebMessagePortChannelArray channels) = 0; |
virtual void countFeature(uint32_t feature) = 0; |
}; |