summaryrefslogtreecommitdiffstats
path: root/components/test_runner/web_test_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/test_runner/web_test_proxy.cc')
-rw-r--r--components/test_runner/web_test_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/test_runner/web_test_proxy.cc b/components/test_runner/web_test_proxy.cc
index 2f0c0c7..b363120 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) {