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 bfe3c1a..12269e4 100644 --- a/chrome/browser/possible_url_model.cc +++ b/chrome/browser/possible_url_model.cc @@ -169,7 +169,7 @@ int PossibleURLModel::CompareValues(int row1, int row2, int column_id) { void PossibleURLModel::OnFavIconAvailable( FaviconService::Handle h, bool fav_icon_available, - scoped_refptr<RefCountedBytes> data, + scoped_refptr<RefCountedMemory> data, bool expired, GURL icon_url) { if (profile_) { |