| Index: chrome/browser/jumplist_win.h
|
| diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h
|
| index cd46088eb9a6d3103224adf3b3d77111fbf6f712..72b6d02a7cb1d3281ce4f45783708b318527b99c 100644
|
| --- a/chrome/browser/jumplist_win.h
|
| +++ b/chrome/browser/jumplist_win.h
|
| @@ -86,7 +86,7 @@ class JumpList : public TabRestoreServiceObserver,
|
| friend struct content::BrowserThread::DeleteOnThread<
|
| content::BrowserThread::UI>;
|
| friend class base::DeleteHelper<JumpList>;
|
| - virtual ~JumpList();
|
| + ~JumpList() override;
|
|
|
| // Creates a ShellLinkItem object from a tab (or a window) and add it to the
|
| // given list.
|
|
|