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

Unified Diff: content/shell/browser/shell_browser_main.cc

Issue 177923007: Move AppendFile and *CurrentDirectory to the base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « content/common/gpu/media/video_encode_accelerator_unittest.cc ('k') | gin/shell/gin_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_browser_main.cc
diff --git a/content/shell/browser/shell_browser_main.cc b/content/shell/browser/shell_browser_main.cc
index b673d31b2c025b0cfd28e523cafccd1a73670710..f8e1c26ad9ec343248e292f5a8ecfbba02b25dd9 100644
--- a/content/shell/browser/shell_browser_main.cc
+++ b/content/shell/browser/shell_browser_main.cc
@@ -87,7 +87,7 @@ GURL GetURLForLayoutTest(const std::string& test_name,
if (net::FileURLToFilePath(test_url, &local_path))
*current_working_directory = local_path.DirName();
else
- file_util::GetCurrentDirectory(current_working_directory);
+ base::GetCurrentDirectory(current_working_directory);
}
return test_url;
}
« no previous file with comments | « content/common/gpu/media/video_encode_accelerator_unittest.cc ('k') | gin/shell/gin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698