Index: content/browser/service_worker/service_worker_provider_host.h |
diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h |
index 3ed67ba33f4abb82da49716386d9da2e94b86508..a8f4178a5a9e48a6def2d89bb1ad0644b08b1ede 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -31,6 +31,7 @@ class BlobStorageContext; |
namespace content { |
+class MessagePort; |
class ResourceRequestBodyImpl; |
class ServiceWorkerContextCore; |
class ServiceWorkerDispatcherHost; |
@@ -232,7 +233,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
// Dispatches message event to the document. |
void PostMessageToClient(ServiceWorkerVersion* version, |
const base::string16& message, |
- const std::vector<int>& sent_message_ports); |
+ const std::vector<MessagePort>& sent_message_ports); |
// Adds reference of this host's process to the |pattern|, the reference will |
// be removed in destructor. |