| Index: trunk/src/content/child/npapi/plugin_url_fetcher.cc
|
| ===================================================================
|
| --- trunk/src/content/child/npapi/plugin_url_fetcher.cc (revision 289319)
|
| +++ trunk/src/content/child/npapi/plugin_url_fetcher.cc (working copy)
|
| @@ -131,7 +131,7 @@
|
| if (!request_info.headers.empty())
|
| request_info.headers += "\r\n";
|
| request_info.headers += names[i] + ": " + values[i];
|
| - if (base::LowerCaseEqualsASCII(names[i], "content-type"))
|
| + if (LowerCaseEqualsASCII(names[i], "content-type"))
|
| content_type_found = true;
|
| }
|
|
|
|
|