Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ppapi / proxy / file_chooser_resource.cc
index 0642568..324f11b 100644 (file)
@@ -93,7 +93,7 @@ void FileChooserResource::PopulateAcceptTypes(
       continue;
     if (type.find_first_of('/') == std::string::npos && type[0] != '.')
       continue;
-    StringToLowerASCII(&type);
+    base::StringToLowerASCII(&type);
     output->push_back(type);
   }
 }