| Index: chrome/browser/ui/views/download/download_shelf_context_menu_view.h
|
| diff --git a/chrome/browser/ui/views/download/download_shelf_context_menu_view.h b/chrome/browser/ui/views/download/download_shelf_context_menu_view.h
|
| index c2a21e64db153455b78aff8b9d143f40849b1eda..98d7ab8683250c829fb8f8fad0db36aa4e01e557 100644
|
| --- a/chrome/browser/ui/views/download/download_shelf_context_menu_view.h
|
| +++ b/chrome/browser/ui/views/download/download_shelf_context_menu_view.h
|
| @@ -30,7 +30,7 @@ class DownloadShelfContextMenuView : public DownloadShelfContextMenu {
|
| public:
|
| DownloadShelfContextMenuView(content::DownloadItem* download_item,
|
| content::PageNavigator* navigator);
|
| - virtual ~DownloadShelfContextMenuView();
|
| + ~DownloadShelfContextMenuView() override;
|
|
|
| base::TimeTicks close_time() const { return close_time_; }
|
|
|
|
|