| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index 89afec04a4268d746d3194d3f8833e43e82b7b97..76d2585da4e4cb941e036afceac377f5c526f783 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1393,7 +1393,7 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| IPC_SYNC_MESSAGE_CONTROL3_2(ViewHostMsg_OpenChannelToPlugin,
|
| GURL /* url */,
|
| std::string /* mime_type */,
|
| - std::wstring /* locale */,
|
| + std::string /* locale */,
|
| IPC::ChannelHandle /* handle to channel */,
|
| WebPluginInfo /* info */)
|
|
|
|
|