Index: content/browser/renderer_host/render_widget_host.h |
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h |
index 947ef2bc8cc3af42d944b90b71e2387e5681a936..5b938b613cad9878be614b4e6d0219fccbb335dd 100644 |
--- a/content/browser/renderer_host/render_widget_host.h |
+++ b/content/browser/renderer_host/render_widget_host.h |
@@ -444,7 +444,7 @@ class RenderWidgetHost : public IPC::Channel::Listener, |
void OnMsgRenderViewGone(int status, int error_code); |
void OnMsgClose(); |
void OnMsgRequestMove(const gfx::Rect& pos); |
- void OnMsgSetTooltipText(const std::wstring& tooltip_text, |
+ void OnMsgSetTooltipText(const string16& tooltip_text, |
WebKit::WebTextDirection text_direction_hint); |
void OnMsgPaintAtSizeAck(int tag, const gfx::Size& size); |
void OnMsgUpdateRect(const ViewHostMsg_UpdateRect_Params& params); |