diff options
Diffstat (limited to 'chrome/browser/jumplist_win.cc')
-rw-r--r-- | chrome/browser/jumplist_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc index 9dad7a6..a4991ce 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 |