| Index: content/child/npapi/npobject_stub.cc
|
| diff --git a/content/child/npapi/npobject_stub.cc b/content/child/npapi/npobject_stub.cc
|
| index fb910d9b41259ce0ac372a14c8706b385e75c39b..367024b6732e104bb378c965a740a643d1b5a34f 100644
|
| --- a/content/child/npapi/npobject_stub.cc
|
| +++ b/content/child/npapi/npobject_stub.cc
|
| @@ -259,7 +259,7 @@ void NPObjectStub::OnSetProperty(const NPIdentifier_Param& name,
|
| static base::FilePath plugin_path =
|
| base::CommandLine::ForCurrentProcess()->GetSwitchValuePath(
|
| switches::kPluginPath);
|
| - static std::wstring filename = base::StringToLowerASCII(
|
| + static std::wstring filename = base::ToLowerASCII(
|
| plugin_path.BaseName().value());
|
| static NPIdentifier fullscreen =
|
| WebBindings::getStringIdentifier("fullScreen");
|
|
|