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

Unified Diff: chrome/browser/jumplist_win.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: chrome/browser/jumplist_win.cc
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
index a4991ce57b5d29ba8f22cd77732c41550616060e..8d9c1587b80d3da086a191b3ebf49c5390620a5f 100644
--- a/chrome/browser/jumplist_win.cc
+++ b/chrome/browser/jumplist_win.cc
@@ -737,7 +737,7 @@ void JumpList::RunUpdate() {
if (base::PathExists(icon_dir_old))
base::DeleteFile(icon_dir_old, true);
base::Move(icon_dir_, icon_dir_old);
- file_util::CreateDirectory(icon_dir_);
+ base::CreateDirectory(icon_dir_);
// Create temporary icon files for shortcuts in the "Most Visited" category.
CreateIconFiles(local_most_visited_pages);
« no previous file with comments | « chrome/browser/importer/firefox_importer_browsertest.cc ('k') | chrome/browser/lifetime/browser_close_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698