Index: webkit/child/weburlloader_impl.cc |
diff --git a/webkit/child/weburlloader_impl.cc b/webkit/child/weburlloader_impl.cc |
index 2267ac8f745bba06ffdb7393a2b8fe1ea7ffd2b0..9ecf69a883f1aad21dbb377b364796210b96cd36 100644 |
--- a/webkit/child/weburlloader_impl.cc |
+++ b/webkit/child/weburlloader_impl.cc |
@@ -547,7 +547,7 @@ void WebURLLoaderImpl::Context::OnReceivedResponse( |
std::string boundary; |
net::HttpUtil::ParseContentType(content_type, &mime_type, &charset, |
&had_charset, &boundary); |
- TrimString(boundary, " \"", &boundary); |
+ base::TrimString(boundary, " \"", &boundary); |
// If there's no boundary, just handle the request normally. In the gecko |
// code, nsMultiMixedConv::OnStartRequest throws an exception. |