| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 49439)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -1305,7 +1305,7 @@
|
| IPC_MESSAGE_ROUTED4(ViewHostMsg_PageContents,
|
| GURL /* URL of the page */,
|
| int32 /* page id */,
|
| - std::wstring /* page contents */,
|
| + string16 /* page contents */,
|
| std::string /* page ISO639_1 language code */)
|
|
|
| // Used to get the extension message bundle.
|
|
|