| 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 e55a0dc743db16b4cb79b8f6ee78ffd2cf5d7a8b..0acc83022b10ab2cdc49d2939cbb64868effa1a0 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -127,7 +127,6 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual const base::FilePath& GetFullPath() const OVERRIDE;
|
| virtual const base::FilePath& GetTargetFilePath() const OVERRIDE;
|
| virtual const base::FilePath& GetForcedFilePath() const OVERRIDE;
|
| - virtual base::FilePath GetUserVerifiedFilePath() const OVERRIDE;
|
| virtual base::FilePath GetFileNameToReportUser() const OVERRIDE;
|
| virtual TargetDisposition GetTargetDisposition() const OVERRIDE;
|
| virtual const std::string& GetHash() const OVERRIDE;
|
|
|