summaryrefslogtreecommitdiffstats
path: root/chrome/browser/jumplist.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/jumplist.cc')
-rw-r--r--chrome/browser/jumplist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/jumplist.cc b/chrome/browser/jumplist.cc
index fcf39e6..6ea210e 100644
--- a/chrome/browser/jumplist.cc
+++ b/chrome/browser/jumplist.cc
@@ -709,7 +709,7 @@ void JumpList::OnFavIconDataAvailable(
bool know_favicon,
scoped_refptr<RefCountedBytes> data,
bool expired,
- GURL icon_url) {
+ const GURL& icon_url) {
// Attach the received data to the ShellLinkItem object.
// This data will be decoded by JumpListUpdateTask.
if (know_favicon && data.get() && !data->data.empty())