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 |