| Index: chrome/browser/chromeos/login/login_html_dialog.h
|
| diff --git a/chrome/browser/chromeos/login/login_html_dialog.h b/chrome/browser/chromeos/login/login_html_dialog.h
|
| index a02966ce73131af9f7aee4e7ed633202f56937cb..a1b4381de14c32f4db711a789dd318a3312f942b 100644
|
| --- a/chrome/browser/chromeos/login/login_html_dialog.h
|
| +++ b/chrome/browser/chromeos/login/login_html_dialog.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "chrome/browser/ui/webui/html_dialog_ui.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -71,7 +72,7 @@ class LoginHtmlDialog : public HtmlDialogUIDelegate,
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| private:
|
| // Notifications receiver.
|
|
|