| 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);
|
|
|