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

Unified Diff: chrome/browser/importer/safari_importer_unittest.mm

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 | « chrome/browser/importer/safari_importer.mm ('k') | chrome/browser/jumplist_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/safari_importer_unittest.mm
diff --git a/chrome/browser/importer/safari_importer_unittest.mm b/chrome/browser/importer/safari_importer_unittest.mm
index 93e110c547d943b9afbea5b60c7017293ee92287..a5aae6649e17ca8e2201ad34b1593f5f8cbd8996 100644
--- a/chrome/browser/importer/safari_importer_unittest.mm
+++ b/chrome/browser/importer/safari_importer_unittest.mm
@@ -37,7 +37,7 @@ class SafariImporterTest : public PlatformTest {
public:
SafariImporter* GetSafariImporter() {
base::FilePath test_library_dir = GetTestSafariLibraryPath();
- CHECK(file_util::PathExists(test_library_dir)) <<
+ CHECK(base::PathExists(test_library_dir)) <<
"Missing test data directory";
return new SafariImporter(test_library_dir);
« no previous file with comments | « chrome/browser/importer/safari_importer.mm ('k') | chrome/browser/jumplist_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698