| Index: net/filter/filter.cc
|
| diff --git a/net/filter/filter.cc b/net/filter/filter.cc
|
| index 4df0191df79d5fa9f4bb0e5f5ef1649b76c52004..0e6544bbb6b9a77898d2afebf474c3e46e2a89cc 100644
|
| --- a/net/filter/filter.cc
|
| +++ b/net/filter/filter.cc
|
| @@ -267,7 +267,7 @@ void Filter::FixupEncodingTypes(
|
| // supported server side on paths that only send HTML content, this mode has
|
| // never surfaced in the wild (and is unlikely to).
|
| // We will gather a lot of stats as we perform the fixups
|
| - if (StartsWithASCII(mime_type, kTextHtml, false)) {
|
| + if (base::StartsWithASCII(mime_type, kTextHtml, false)) {
|
| // Suspicious case: Advertised dictionary, but server didn't use sdch, and
|
| // we're HTML tagged.
|
| if (encoding_types->empty()) {
|
|
|