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

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

Issue 100573002: Move directory creation functions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: content/shell/browser/shell_browser_context.cc
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc
index 8dee89a08deeb6992ed13ef2c00447c2032d6c83..2283fd9585baa7a332bbcb93679b4f04a524c117 100644
--- a/content/shell/browser/shell_browser_context.cc
+++ b/content/shell/browser/shell_browser_context.cc
@@ -107,7 +107,7 @@ void ShellBrowserContext::InitWhileIOAllowed() {
#endif
if (!base::PathExists(path_))
- file_util::CreateDirectory(path_);
+ base::CreateDirectory(path_);
}
base::FilePath ShellBrowserContext::GetPath() const {
« no previous file with comments | « content/renderer/gpu/gpu_benchmarking_extension.cc ('k') | content/shell/browser/shell_download_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698