Index: content/child/simple_webmimeregistry_impl.cc |
diff --git a/content/child/simple_webmimeregistry_impl.cc b/content/child/simple_webmimeregistry_impl.cc |
index e0b728d68acd35705bcfb50d78dae5df226e7129..3b3ebd62c79b3723e99614a65f05f4558369ea4c 100644 |
--- a/content/child/simple_webmimeregistry_impl.cc |
+++ b/content/child/simple_webmimeregistry_impl.cc |
@@ -18,7 +18,7 @@ namespace content { |
//static |
std::string SimpleWebMimeRegistryImpl::ToASCIIOrEmpty(const WebString& string) { |
- return IsStringASCII(string) ? UTF16ToASCII(string) : std::string(); |
+ return IsStringASCII(string) ? base::UTF16ToASCII(string) : std::string(); |
} |
WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType( |