Index: chrome/browser/net/net_log_temp_file.cc |
diff --git a/chrome/browser/net/net_log_temp_file.cc b/chrome/browser/net/net_log_temp_file.cc |
index c764d1f05d8ce7bc0680dd16c7229d7e3a9ce907..00c1dc602c1d264c51ce36cb4cadb4658a0ea37d 100644 |
--- a/chrome/browser/net/net_log_temp_file.cc |
+++ b/chrome/browser/net/net_log_temp_file.cc |
@@ -153,5 +153,5 @@ bool NetLogTempFile::GetNetExportLogDirectory(base::FilePath* path) { |
bool NetLogTempFile::NetExportLogExists() { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE_USER_BLOCKING)); |
DCHECK(!log_path_.empty()); |
- return file_util::PathExists(log_path_); |
+ return base::PathExists(log_path_); |
} |