Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1970)

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_ui.h

Issue 8604005: Add OVERRIDE to chrome/browser/ui/webui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/ui/webui/ntp/foreign_session_handler.h ('k') | chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698