| Index: content/browser/ppapi_plugin_process_host.cc
|
| diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
|
| index 7527f08453d1774362a6c6b06a35417c973895ae..7108f027353ee33c271961d1c36e3c69bf9bb447 100644
|
| --- a/content/browser/ppapi_plugin_process_host.cc
|
| +++ b/content/browser/ppapi_plugin_process_host.cc
|
| @@ -31,8 +31,8 @@ PpapiPluginProcessHost::~PpapiPluginProcessHost() {
|
|
|
| bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) {
|
| plugin_path_ = info.path;
|
| - set_name(UTF8ToWide(info.name));
|
| - set_version(UTF8ToWide(info.version));
|
| + set_name(UTF8ToUTF16(info.name));
|
| + set_version(UTF8ToUTF16(info.version));
|
|
|
| if (!CreateChannel())
|
| return false;
|
|
|