Index: content/browser/worker_host/worker_process_host.h |
diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h |
index 95f94b1fa4ea95c56403198135f81b548ba6d641..f866ba3030fec77bc4c3957c178931443aacacf8 100644 |
--- a/content/browser/worker_host/worker_process_host.h |
+++ b/content/browser/worker_host/worker_process_host.h |
@@ -17,7 +17,7 @@ |
#include "content/public/browser/browser_child_process_host_delegate.h" |
#include "content/public/browser/browser_child_process_host_iterator.h" |
#include "googleurl/src/gurl.h" |
-#include "ipc/ipc_message.h" |
+#include "ipc/ipc_sender.h" |
class BrowserChildProcessHostImpl; |
@@ -33,7 +33,7 @@ class WorkerServiceImpl; |
// net::URLRequestContext) that a WorkerProcessHost serves a single |
// BrowserContext. |
class WorkerProcessHost : public content::BrowserChildProcessHostDelegate, |
- public IPC::Message::Sender { |
+ public IPC::Sender { |
public: |
// Contains information about each worker instance, needed to forward messages |
// between the renderer and worker processes. |
@@ -116,7 +116,7 @@ class WorkerProcessHost : public content::BrowserChildProcessHostDelegate, |
explicit WorkerProcessHost(content::ResourceContext* resource_context); |
virtual ~WorkerProcessHost(); |
- // IPC::Message::Sender implementation: |
+ // IPC::Sender implementation: |
virtual bool Send(IPC::Message* message) OVERRIDE; |
// Starts the process. Returns true iff it succeeded. |