| Index: net/quic/crypto/quic_crypto_client_config.cc
|
| diff --git a/net/quic/crypto/quic_crypto_client_config.cc b/net/quic/crypto/quic_crypto_client_config.cc
|
| index 3ad3876785f5397a87af7c98f88d8742ff3108b6..cd4887f97196131f09e85ddc20993871861d51a4 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.cc
|
| +++ b/net/quic/crypto/quic_crypto_client_config.cc
|
| @@ -904,7 +904,7 @@ bool QuicCryptoClientConfig::PopulateFromCanonicalConfig(
|
| DCHECK(server_state->IsEmpty());
|
| size_t i = 0;
|
| for (; i < canonical_suffixes_.size(); ++i) {
|
| - if (EndsWith(server_id.host(), canonical_suffixes_[i], false)) {
|
| + if (base::EndsWith(server_id.host(), canonical_suffixes_[i], false)) {
|
| break;
|
| }
|
| }
|
|
|