Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / child / npapi / plugin_stream.cc
index 8b8a7f7..b069c26 100644 (file)
@@ -62,7 +62,7 @@ bool PluginStream::Open(const std::string& mime_type,
 
   bool seekable_stream = false;
   if (request_is_seekable) {
-    std::string headers_lc = StringToLowerASCII(headers);
+    std::string headers_lc = base::StringToLowerASCII(headers);
     if (headers_lc.find("accept-ranges: bytes") != std::string::npos) {
       seekable_stream = true;
     }