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

Unified Diff: content/browser/plugin_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/plugin_loader_posix.h ('k') | content/browser/plugin_service_impl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_process_host.h
diff --git a/content/browser/plugin_process_host.h b/content/browser/plugin_process_host.h
index 0c93a64abc94625a7e3607da1a9fc26d4465ab30..2a1665d1965e8a130e082b388f3fce369c71606d 100644
--- a/content/browser/plugin_process_host.h
+++ b/content/browser/plugin_process_host.h
@@ -47,7 +47,7 @@ struct ChannelHandle;
// the renderer and plugin processes.
class CONTENT_EXPORT PluginProcessHost
: public content::BrowserChildProcessHostDelegate,
- public IPC::Message::Sender {
+ public IPC::Sender {
public:
class Client {
public:
@@ -71,7 +71,7 @@ class CONTENT_EXPORT PluginProcessHost
PluginProcessHost();
virtual ~PluginProcessHost();
- // IPC::Message::Sender implementation:
+ // IPC::Sender implementation:
virtual bool Send(IPC::Message* message) OVERRIDE;
// Initialize the new plugin process, returning true on success. This must
« no previous file with comments | « content/browser/plugin_loader_posix.h ('k') | content/browser/plugin_service_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698