diff options
Diffstat (limited to 'chrome/browser/possible_url_model.cc')
-rw-r--r-- | chrome/browser/possible_url_model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/possible_url_model.cc b/chrome/browser/possible_url_model.cc index 795755f..1c7a1ea 100644 --- a/chrome/browser/possible_url_model.cc +++ b/chrome/browser/possible_url_model.cc @@ -166,7 +166,7 @@ void PossibleURLModel::OnFavIconAvailable( bool fav_icon_available, scoped_refptr<RefCountedBytes> data, bool expired, - GURL icon_url) { + const GURL& icon_url) { if (profile_) { HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); |