| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 42a4ebaa04ac4f10d7d5a2aee8db02fde30e984e..a1c8dbc2c2f26ec32b07d73c0e93b98b83f1309a 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include <memory>
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/files/file_path.h"
|
| @@ -171,7 +172,8 @@ class CONTENT_EXPORT DownloadItemImpl
|
| bool IsTransient() const override;
|
| BrowserContext* GetBrowserContext() const override;
|
| WebContents* GetWebContents() const override;
|
| - void OnContentCheckCompleted(DownloadDangerType danger_type) override;
|
| + void OnContentCheckCompleted(DownloadDangerType danger_type,
|
| + DownloadInterruptReason reason) override;
|
| void SetOpenWhenComplete(bool open) override;
|
| void SetOpened(bool opened) override;
|
| void SetLastAccessTime(base::Time last_access_time) override;
|
|
|