| Index: components/test_runner/web_test_proxy.cc
 | 
| diff --git a/components/test_runner/web_test_proxy.cc b/components/test_runner/web_test_proxy.cc
 | 
| index 4b2b43a7a9aa6dc5041fee0c13cc0bc7ce233ab3..ad20b1e04b5dda64c99b6a9d02d707b7fe424c14 100644
 | 
| --- a/components/test_runner/web_test_proxy.cc
 | 
| +++ b/components/test_runner/web_test_proxy.cc
 | 
| @@ -200,7 +200,7 @@ bool IsLocalHost(const std::string& host) {
 | 
|  }
 | 
|  
 | 
|  bool IsTestHost(const std::string& host) {
 | 
| -  return base::EndsWith(host, ".test", false);
 | 
| +  return base::EndsWith(host, ".test", base::CompareCase::INSENSITIVE_ASCII);
 | 
|  }
 | 
|  
 | 
|  bool HostIsUsedBySomeTestsToGenerateError(const std::string& host) {
 | 
| 
 |