| 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 a66201a404c98d0a0c7d540c786793758da9a2ca..acc7cd61b0906a1d5b7b2401db6e3d57b4bf2493 100644 | 
| --- a/content/browser/download/download_item_impl.h | 
| +++ b/content/browser/download/download_item_impl.h | 
| @@ -161,7 +161,6 @@ class CONTENT_EXPORT DownloadItemImpl | 
| WebContents* GetWebContents() const override; | 
| void OnContentCheckCompleted(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; | 
|  | 
|  |