Index: content/child/npapi/npobject_stub.cc |
diff --git a/content/child/npapi/npobject_stub.cc b/content/child/npapi/npobject_stub.cc |
index 9746623767d147d1c7d9f6c1fa67ca49a581b70c..298e3cde7a087d09975c1fed4280600e75602ef8 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 = |
CommandLine::ForCurrentProcess()->GetSwitchValuePath( |
switches::kPluginPath); |
- static std::wstring filename = StringToLowerASCII( |
+ static std::wstring filename = base::StringToLowerASCII( |
plugin_path.BaseName().value()); |
static NPIdentifier fullscreen = |
WebBindings::getStringIdentifier("fullScreen"); |