| Index: content/child/npapi/webplugin_delegate_impl_win.cc
|
| diff --git a/content/child/npapi/webplugin_delegate_impl_win.cc b/content/child/npapi/webplugin_delegate_impl_win.cc
|
| index 0249f6963e7b2311bac8c2cae0d45006c71d8808..7a8ae8e3475cf4a0d4104169f1ce393a6c6e59a8 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl_win.cc
|
| +++ b/content/child/npapi/webplugin_delegate_impl_win.cc
|
| @@ -248,8 +248,8 @@ WebPluginDelegateImpl::WebPluginDelegateImpl(WebPlugin* plugin,
|
| memset(&window_, 0, sizeof(window_));
|
|
|
| const WebPluginInfo& plugin_info = instance_->plugin_lib()->plugin_info();
|
| - std::wstring filename =
|
| - base::StringToLowerASCII(plugin_info.path.BaseName().value());
|
| + base::string16 filename =
|
| + base::ToLowerASCII(plugin_info.path.BaseName().value());
|
|
|
| if (instance_->mime_type() == kFlashPluginSwfMimeType ||
|
| filename == kFlashPlugin) {
|
|
|