| 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 9e1f6867786bf8924df3ab934bfbfc1cdbd8e053..fd91b9610f603a9affc713d4028b078557fe0bb4 100644
|
| --- a/chrome/browser/history/expire_history_backend_unittest.cc
|
| +++ b/chrome/browser/history/expire_history_backend_unittest.cc
|
| @@ -311,7 +311,7 @@ bool ExpireHistoryTest::HasThumbnail(URLID url_id) {
|
| return false;
|
| GURL url = info.url();
|
| scoped_refptr<base::RefCountedMemory> data;
|
| - return top_sites_->GetPageThumbnail(url, &data);
|
| + return top_sites_->GetPageThumbnail(url, false, &data);
|
| }
|
|
|
| void ExpireHistoryTest::EnsureURLInfoGone(const URLRow& row) {
|
|
|