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 2f5edada4a5f162d512a2a6e89cf5e44fd29f167..ddeb36cba4fb3f4f0ccaeb105142f09d8e7dbfb0 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.h |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h |
@@ -63,7 +63,7 @@ class NewTabUI : public ChromeWebUI, |
virtual std::string GetMimeType(const std::string&) const OVERRIDE; |
- virtual bool ShouldReplaceExistingSource() const; |
+ virtual bool ShouldReplaceExistingSource() const OVERRIDE; |
private: |
virtual ~NewTabHTMLSource() {} |
@@ -79,7 +79,7 @@ class NewTabUI : public ChromeWebUI, |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details); |
+ const content::NotificationDetails& details) OVERRIDE; |
// Reset the CSS caches. |
void InitializeCSSCaches(); |