Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / webkit / common / database / database_identifier.cc
index 7bd53f7..5bcc4ec 100644 (file)
@@ -116,7 +116,7 @@ DatabaseIdentifier::DatabaseIdentifier(const std::string& scheme,
                                        bool is_unique,
                                        bool is_file)
     : scheme_(scheme),
-      hostname_(StringToLowerASCII(hostname)),
+      hostname_(base::StringToLowerASCII(hostname)),
       port_(port),
       is_unique_(is_unique),
       is_file_(is_file) {