| Index: content/browser/download/download_manager_impl_unittest.cc
|
| diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc
|
| index b1e1c045bd1d7326bce2c574d91ef6ac5a255cc5..8b40d8701d003fc7bd8761fb04123564724389f1 100644
|
| --- a/content/browser/download/download_manager_impl_unittest.cc
|
| +++ b/content/browser/download/download_manager_impl_unittest.cc
|
| @@ -165,7 +165,6 @@ class MockDownloadItemImpl : public DownloadItemImpl {
|
| MOCK_CONST_METHOD0(GetWebContents, WebContents*());
|
| MOCK_CONST_METHOD0(GetFileNameToReportUser, base::FilePath());
|
| MOCK_METHOD1(SetDisplayName, void(const base::FilePath&));
|
| - MOCK_CONST_METHOD0(GetUserVerifiedFilePath, base::FilePath());
|
| MOCK_METHOD0(NotifyRemoved, void());
|
| // May be called when vlog is on.
|
| virtual std::string DebugString(bool verbose) const OVERRIDE {
|
|
|