| Index: content/renderer/npapi/webplugin_impl_unittest.cc
|
| diff --git a/content/renderer/npapi/webplugin_impl_unittest.cc b/content/renderer/npapi/webplugin_impl_unittest.cc
|
| index 4576ea422a24ffad9b6f514af4b5dda8fb091d47..760c874e1d85cca7a8a326cce3b94064cf54ee60 100644
|
| --- a/content/renderer/npapi/webplugin_impl_unittest.cc
|
| +++ b/content/renderer/npapi/webplugin_impl_unittest.cc
|
| @@ -19,7 +19,7 @@ namespace {
|
|
|
| std::string GetHeader(const WebURLRequest& request, const char* name) {
|
| std::string result;
|
| - base::TrimWhitespace(
|
| + base::TrimWhitespaceASCII(
|
| request.httpHeaderField(WebString::fromUTF8(name)).utf8(),
|
| base::TRIM_ALL,
|
| &result);
|
|
|