| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 885cc0338c9e4a8cdf1ddd0e5d8f9f14ae779750..132716df1f73f55436f605dab31c64cd3fc2c765 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1707,7 +1707,7 @@ IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_GetScreenInfo,
|
|
|
| // Send the tooltip text for the current mouse position to the browser.
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_SetTooltipText,
|
| - std::wstring /* tooltip text string */,
|
| + string16 /* tooltip text string */,
|
| WebKit::WebTextDirection /* text direction hint */)
|
|
|
| // Notification that the text selection has changed.
|
|
|