| 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 c899f25016b113ef24356a9f5cb565b2d8be20e4..c49ab590af673a7b39b08f21da110dd157ca7ae5 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -137,6 +137,7 @@ class CONTENT_EXPORT DownloadItemImpl
|
| const base::FilePath& GetFullPath() const override;
|
| const base::FilePath& GetTargetFilePath() const override;
|
| const base::FilePath& GetForcedFilePath() const override;
|
| + base::FilePath GetLastUsedTargetPath() const override;
|
| base::FilePath GetFileNameToReportUser() const override;
|
| TargetDisposition GetTargetDisposition() const override;
|
| const std::string& GetHash() const override;
|
|
|