Index: content/public/browser/render_widget_host.h |
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h |
index aa1e3d234a66f0763425adcff99f3aae974bab22..6fac199f3872e4c1ae1af9a848057ad2140ef206 100644 |
--- a/content/public/browser/render_widget_host.h |
+++ b/content/public/browser/render_widget_host.h |
@@ -11,6 +11,7 @@ |
#include "content/public/browser/keyboard_listener.h" |
#include "content/public/browser/native_web_keyboard_event.h" |
#include "ipc/ipc_channel.h" |
+#include "ipc/ipc_message_sender.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" |
#include "ui/gfx/size.h" |
@@ -102,7 +103,7 @@ class RenderWidgetHostView; |
// messages for select popups. This placement is more out of convenience than |
// anything else. When the view is live, these messages are forwarded to it by |
// the RenderWidgetHost's IPC message map. |
-class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Sender { |
+class CONTENT_EXPORT RenderWidgetHost : public IPC::MessageSender { |
public: |
// Free all backing stores used for rendering to drop memory usage. |
static void RemoveAllBackingStores(); |