Index: chrome/browser/jumplist_win.cc |
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc |
index 9dad7a692283e7d752afe8b06e9873d616744566..a4991ce57b5d29ba8f22cd77732c41550616060e 100644 |
--- a/chrome/browser/jumplist_win.cc |
+++ b/chrome/browser/jumplist_win.cc |
@@ -233,7 +233,7 @@ bool CreateIconFile(const SkBitmap& bitmap, |
// We don't have to care about the extension of this temporary file because |
// JumpList does not care about it. |
base::FilePath path; |
- if (!file_util::CreateTemporaryFileInDir(icon_dir, &path)) |
+ if (!base::CreateTemporaryFileInDir(icon_dir, &path)) |
return false; |
// Create an icon file from the favicon attached to the given |page|, and |