Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: content/browser/worker_host/worker_process_host.h

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/webui/web_ui_impl.h ('k') | content/common/appcache/appcache_backend_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/browser/webui/web_ui_impl.h ('k') | content/common/appcache/appcache_backend_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698