Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2608)

Unified Diff: base/test/test_file_util_win.cc

Issue 18286004: Move PathExists to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/process/memory_linux.cc ('k') | base/win/shortcut.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_file_util_win.cc
diff --git a/base/test/test_file_util_win.cc b/base/test/test_file_util_win.cc
index 9e3697bebe27ecd70e37edbcf065ae505de0ecdc..3cfd233146130b934a74b293662d748740461622 100644
--- a/base/test/test_file_util_win.cc
+++ b/base/test/test_file_util_win.cc
@@ -119,7 +119,7 @@ bool DieFileDie(const base::FilePath& file, bool recurse) {
const base::TimeDelta kTimeout = base::TimeDelta::FromSeconds(10) /
kIterations;
- if (!file_util::PathExists(file))
+ if (!base::PathExists(file))
return true;
// Sometimes Delete fails, so try a few more times. Divide the timeout
« no previous file with comments | « base/process/memory_linux.cc ('k') | base/win/shortcut.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698