| Index: chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_login_handler.h b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
| index 6245deba5e10fcdc5722aae9c316a073e050cf8b..d39c6cd404ef20a9d8411982a5a9f125709ee20d 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
|
| @@ -17,7 +17,7 @@ class NTPLoginHandler : public WebUIMessageHandler,
|
| public NotificationObserver {
|
| public:
|
| NTPLoginHandler();
|
| - ~NTPLoginHandler();
|
| + virtual ~NTPLoginHandler();
|
|
|
| virtual WebUIMessageHandler* Attach(WebUI* web_ui);
|
|
|
|
|