Index: net/proxy/proxy_config_service_linux_unittest.cc |
diff --git a/net/proxy/proxy_config_service_linux_unittest.cc b/net/proxy/proxy_config_service_linux_unittest.cc |
index 53419ab85fc464a6952ea06e0e3f209e17915c3c..b024e0881337e520f9448c25ae84eda35c54d8d9 100644 |
--- a/net/proxy/proxy_config_service_linux_unittest.cc |
+++ b/net/proxy/proxy_config_service_linux_unittest.cc |
@@ -1530,7 +1530,7 @@ TEST_F(ProxyConfigServiceLinuxTest, KDEHomePicker) { |
// If .kde4 exists it will mess up the first test. It should not, as |
// we created the directory for $HOME in the test setup. |
- CHECK(!file_util::DirectoryExists(kde4_home_)); |
+ CHECK(!base::DirectoryExists(kde4_home_)); |
{ SCOPED_TRACE("KDE4, no .kde4 directory, verify fallback"); |
MockEnvironment* env = new MockEnvironment; |