| Index: chrome/browser/ntp_snippets/fake_download_item.h
|
| diff --git a/chrome/browser/ntp_snippets/fake_download_item.h b/chrome/browser/ntp_snippets/fake_download_item.h
|
| index 7efc70fb9dae18e9622093bebba8852d8c4bb917..fd5e8d70ef172fa07b9cd20db8c23ab3cd40d79b 100644
|
| --- a/chrome/browser/ntp_snippets/fake_download_item.h
|
| +++ b/chrome/browser/ntp_snippets/fake_download_item.h
|
| @@ -117,7 +117,6 @@ class FakeDownloadItem : public content::DownloadItem {
|
| void OnContentCheckCompleted(
|
| content::DownloadDangerType danger_type) override;
|
| void SetOpenWhenComplete(bool open) override;
|
| - void SetOpened(bool opened) override;
|
| void SetDisplayName(const base::FilePath& name) override;
|
| std::string DebugString(bool verbose) const override;
|
|
|
|
|