| Index: chrome/browser/history/expire_history_backend_unittest.cc
|
| diff --git a/chrome/browser/history/expire_history_backend_unittest.cc b/chrome/browser/history/expire_history_backend_unittest.cc
|
| index 2cf7385c1a0cf088991c361a461d6d10ffda9f05..ea37d72da5adda586368630c7a2db068cd9a138c 100644
|
| --- a/chrome/browser/history/expire_history_backend_unittest.cc
|
| +++ b/chrome/browser/history/expire_history_backend_unittest.cc
|
| @@ -320,7 +320,7 @@ bool ExpireHistoryTest::HasFavicon(FaviconID favicon_id) {
|
| if (!thumb_db_.get() || favicon_id == 0)
|
| return false;
|
| Time last_updated;
|
| - std::vector<unsigned char> icon_data_unused;
|
| + scoped_refptr<base::RefCountedMemory> icon_data_unused;
|
| GURL icon_url;
|
| return thumb_db_->GetFavicon(favicon_id, &last_updated, &icon_data_unused,
|
| &icon_url, NULL);
|
|
|