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

Unified Diff: chrome/browser/extensions/convert_web_app_unittest.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
Index: chrome/browser/extensions/convert_web_app_unittest.cc
diff --git a/chrome/browser/extensions/convert_web_app_unittest.cc b/chrome/browser/extensions/convert_web_app_unittest.cc
index 1fb1a4ef3528ed0e97721ac35b77adda99d8848b..fe081da36beceafa905f8ccd31f56a9a64ce4e5e 100644
--- a/chrome/browser/extensions/convert_web_app_unittest.cc
+++ b/chrome/browser/extensions/convert_web_app_unittest.cc
@@ -150,7 +150,7 @@ TEST(ExtensionFromWebApp, Basic) {
web_app.icons[i].width,
ExtensionIconSet::MATCH_EXACTLY);
ASSERT_TRUE(!resource.empty());
- EXPECT_TRUE(file_util::PathExists(resource.GetFilePath()));
+ EXPECT_TRUE(base::PathExists(resource.GetFilePath()));
}
}
« no previous file with comments | « chrome/browser/extensions/convert_user_script_unittest.cc ('k') | chrome/browser/extensions/extension_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698