Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / child / simple_webmimeregistry_impl.cc
index 3b3ebd6..e7416d9 100644 (file)
@@ -18,7 +18,8 @@ namespace content {
 
 //static
 std::string SimpleWebMimeRegistryImpl::ToASCIIOrEmpty(const WebString& string) {
-  return IsStringASCII(string) ? base::UTF16ToASCII(string) : std::string();
+  return base::IsStringASCII(string) ? base::UTF16ToASCII(string)
+                                     : std::string();
 }
 
 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType(