summaryrefslogtreecommitdiffstats
path: root/net/tools
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools')
-rw-r--r--net/tools/testserver/run_testserver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/testserver/run_testserver.cc b/net/tools/testserver/run_testserver.cc
index 59b75f1..408dbf6 100644
--- a/net/tools/testserver/run_testserver.cc
+++ b/net/tools/testserver/run_testserver.cc
@@ -111,7 +111,7 @@ int main(int argc, const char* argv[]) {
return -1;
}
- if (!file_util::DirectoryExists(test_server->document_root())) {
+ if (!base::DirectoryExists(test_server->document_root())) {
printf("Error: invalid doc root: \"%s\" does not exist!\n",
UTF16ToUTF8(test_server->document_root().LossyDisplayName()).c_str());
return -1;