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

Unified Diff: chrome/common/mac/app_mode_chrome_locator_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/common/logging_chrome.cc ('k') | chrome/installer/launcher_support/chrome_launcher_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/mac/app_mode_chrome_locator_unittest.mm
diff --git a/chrome/common/mac/app_mode_chrome_locator_unittest.mm b/chrome/common/mac/app_mode_chrome_locator_unittest.mm
index c9241119a4cb01c907c611ae0bdbe9a9a3fda01b..f3c7e4d1b5ca671a215361a052ba9b1fdf0764be 100644
--- a/chrome/common/mac/app_mode_chrome_locator_unittest.mm
+++ b/chrome/common/mac/app_mode_chrome_locator_unittest.mm
@@ -64,5 +64,5 @@ TEST(ChromeLocatorTest, GetChromeBundleInfo) {
&raw_version, &version_path, &framework_path));
EXPECT_GT(raw_version.size(), 0U);
EXPECT_TRUE(file_util::DirectoryExists(version_path));
- EXPECT_TRUE(file_util::PathExists(framework_path));
+ EXPECT_TRUE(base::PathExists(framework_path));
}
« no previous file with comments | « chrome/common/logging_chrome.cc ('k') | chrome/installer/launcher_support/chrome_launcher_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698