Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / child / npapi / npobject_stub.cc
index 9746623..fb910d9 100644 (file)
@@ -257,9 +257,9 @@ void NPObjectStub::OnSetProperty(const NPIdentifier_Param& name,
     if (npobject_->_class->setProperty) {
 #if defined(OS_WIN)
       static base::FilePath plugin_path =
-          CommandLine::ForCurrentProcess()->GetSwitchValuePath(
+          base::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");