| Index: content/shell/browser/layout_test/layout_test_download_manager_delegate.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_download_manager_delegate.h b/content/shell/browser/layout_test/layout_test_download_manager_delegate.h
|
| index dc18a2185acb15ec7a0ec98e68e1f87ac0ef4d3a..eccc9f1ef0ce462d532e2405b141ca48928a1cca 100644
|
| --- a/content/shell/browser/layout_test/layout_test_download_manager_delegate.h
|
| +++ b/content/shell/browser/layout_test/layout_test_download_manager_delegate.h
|
| @@ -18,12 +18,11 @@ class DownloadItem;
|
| class LayoutTestDownloadManagerDelegate : public ShellDownloadManagerDelegate {
|
| public:
|
| LayoutTestDownloadManagerDelegate();
|
| - virtual ~LayoutTestDownloadManagerDelegate();
|
| + ~LayoutTestDownloadManagerDelegate() override;
|
|
|
| // ShellDownloadManagerDelegate implementation.
|
| - virtual bool ShouldOpenDownload(
|
| - DownloadItem* item,
|
| - const DownloadOpenDelayedCallback& callback) override;
|
| + bool ShouldOpenDownload(DownloadItem* item,
|
| + const DownloadOpenDelayedCallback& callback) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(LayoutTestDownloadManagerDelegate);
|
|
|