Index: content/child/npapi/plugin_url_fetcher.cc |
diff --git a/content/child/npapi/plugin_url_fetcher.cc b/content/child/npapi/plugin_url_fetcher.cc |
index c8a93ca3a2115624676067a510c3d3afc0c019e8..e56c63adcfdf259b08dbe75201668236c38deb21 100644 |
--- a/content/child/npapi/plugin_url_fetcher.cc |
+++ b/content/child/npapi/plugin_url_fetcher.cc |
@@ -131,7 +131,7 @@ PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream, |
if (!request_info.headers.empty()) |
request_info.headers += "\r\n"; |
request_info.headers += names[i] + ": " + values[i]; |
- if (LowerCaseEqualsASCII(names[i], "content-type")) |
+ if (base::LowerCaseEqualsASCII(names[i], "content-type")) |
content_type_found = true; |
} |