| Index: content/browser/download/download_file_impl.h | 
| diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h | 
| index 2a8edb3ddd83f7c5737b2ec0f3907019a5aa1abf..01343ba0d3903a389606c5e78b03a32b78ad0424 100644 | 
| --- a/content/browser/download/download_file_impl.h | 
| +++ b/content/browser/download/download_file_impl.h | 
| @@ -60,6 +60,7 @@ class CONTENT_EXPORT DownloadFileImpl : public DownloadFile { | 
| bool GetHash(std::string* hash) override; | 
| std::string GetHashState() override; | 
| void SetClientGuid(const std::string& guid) override; | 
| +  void SetHideFileExtension(bool hide_extension) override; | 
|  | 
| protected: | 
| // For test class overrides. | 
|  |