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

Unified Diff: win8/delegate_execute/chrome_util.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 | « webkit/support/weburl_loader_mock_factory.cc ('k') | win8/delegate_execute/command_execute_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/chrome_util.cc
diff --git a/win8/delegate_execute/chrome_util.cc b/win8/delegate_execute/chrome_util.cc
index 894b5b39973a3fb52b68db859a7fffeca9974bf1..e2b9b07ece4da72d3da9919c210f9757eb06ca30 100644
--- a/win8/delegate_execute/chrome_util.cc
+++ b/win8/delegate_execute/chrome_util.cc
@@ -81,7 +81,7 @@ bool IsBrowserRunning(const base::FilePath& chrome_exe) {
// |chrome_exe|.
bool NewChromeExeExists(const base::FilePath& chrome_exe) {
base::FilePath new_chrome_exe(chrome_exe.DirName().Append(kNewChromeExe));
- return file_util::PathExists(new_chrome_exe);
+ return base::PathExists(new_chrome_exe);
}
bool GetUpdateCommand(bool is_per_user, string16* update_command) {
« no previous file with comments | « webkit/support/weburl_loader_mock_factory.cc ('k') | win8/delegate_execute/command_execute_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698