| Index: chrome/browser/ntp_snippets/fake_download_item.cc
|
| diff --git a/chrome/browser/ntp_snippets/fake_download_item.cc b/chrome/browser/ntp_snippets/fake_download_item.cc
|
| index ef06a2849547ffc6e313fe6473858a67a4737cf4..64c09484d1328beb3905dd48541ed4e1d1d604bf 100644
|
| --- a/chrome/browser/ntp_snippets/fake_download_item.cc
|
| +++ b/chrome/browser/ntp_snippets/fake_download_item.cc
|
| @@ -367,7 +367,8 @@ content::WebContents* FakeDownloadItem::GetWebContents() const {
|
| }
|
|
|
| void FakeDownloadItem::OnContentCheckCompleted(
|
| - content::DownloadDangerType danger_type) {
|
| + content::DownloadDangerType danger_type,
|
| + bool block_file) {
|
| NOTREACHED();
|
| }
|
|
|
|
|