summaryrefslogtreecommitdiffstats
path: root/chrome/browser/fav_icon_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/fav_icon_helper.cc')
-rw-r--r--chrome/browser/fav_icon_helper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/fav_icon_helper.cc b/chrome/browser/fav_icon_helper.cc
index 564c262..a984ed1 100644
--- a/chrome/browser/fav_icon_helper.cc
+++ b/chrome/browser/fav_icon_helper.cc
@@ -155,7 +155,7 @@ void FavIconHelper::OnFavIconDataForInitialURL(
bool know_favicon,
scoped_refptr<RefCountedBytes> data,
bool expired,
- GURL icon_url) {
+ const GURL& icon_url) {
NavigationEntry* entry = GetEntry();
if (!entry)
return;
@@ -226,7 +226,7 @@ void FavIconHelper::OnFavIconData(
bool know_favicon,
scoped_refptr<RefCountedBytes> data,
bool expired,
- GURL icon_url) {
+ const GURL& icon_url) {
NavigationEntry* entry = GetEntry();
if (!entry)
return;