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 2f0c0c744934a6601567c3620fe886c7e7235e6c..b36312046b05f1e221f75b5433901207c4e5b73e 100644 |
--- a/components/test_runner/web_test_proxy.cc |
+++ b/components/test_runner/web_test_proxy.cc |
@@ -199,7 +199,7 @@ bool IsLocalHost(const std::string& host) { |
} |
bool IsTestHost(const std::string& host) { |
- return EndsWith(host, ".test", false); |
+ return base::EndsWith(host, ".test", false); |
} |
bool HostIsUsedBySomeTestsToGenerateError(const std::string& host) { |