| Index: trunk/src/content/child/simple_webmimeregistry_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/child/simple_webmimeregistry_impl.cc (revision 257532)
|
| +++ trunk/src/content/child/simple_webmimeregistry_impl.cc (working copy)
|
| @@ -18,8 +18,7 @@
|
|
|
| //static
|
| std::string SimpleWebMimeRegistryImpl::ToASCIIOrEmpty(const WebString& string) {
|
| - return base::IsStringASCII(string) ? base::UTF16ToASCII(string)
|
| - : std::string();
|
| + return IsStringASCII(string) ? base::UTF16ToASCII(string) : std::string();
|
| }
|
|
|
| WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType(
|
|
|