| Index: components/ssl_errors/error_classification.h
 | 
| diff --git a/components/ssl_errors/error_classification.h b/components/ssl_errors/error_classification.h
 | 
| index 7da66fdd6cf5cd2070f7bc576fbb52bfd9373e4a..b8c472df6697f0607b8cd6b37185ed63fd3c3d9a 100644
 | 
| --- a/components/ssl_errors/error_classification.h
 | 
| +++ b/components/ssl_errors/error_classification.h
 | 
| @@ -147,7 +147,7 @@ HostnameTokens Tokenize(const std::string& name);
 | 
|  void SetBuildTimeForTesting(const base::Time& testing_time);
 | 
|  
 | 
|  // Returns true if the hostname has a known Top Level Domain.
 | 
| -bool IsHostNameKnownTLD(const std::string& host_name);
 | 
| +bool HostNameHasKnownTLD(const std::string& host_name);
 | 
|  
 | 
|  // Returns true if any one of the following conditions hold:
 | 
|  // 1.|hostname| is an IP Address in an IANA-reserved range.
 | 
| 
 |