| Index: chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| index 8fbcfd2c1861bd638f7ff7fd7ff4b084b2407597..05888b0c788f13800cd0ae8a7f3035a5a07006ba 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h
|
| @@ -26,7 +26,7 @@ class NewTabUI : public WebUI,
|
| public NotificationObserver {
|
| public:
|
| explicit NewTabUI(TabContents* manager);
|
| - ~NewTabUI();
|
| + virtual ~NewTabUI();
|
|
|
| // Override WebUI methods so we can hook up the paint timer to the render
|
| // view host.
|
|
|