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

Unified Diff: chrome/browser/ui/webui/options/web_intents_settings_handler.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
« no previous file with comments | « chrome/browser/ui/webui/options/stop_syncing_handler.h ('k') | chrome/browser/ui/webui/screenshot_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/web_intents_settings_handler.h
diff --git a/chrome/browser/ui/webui/options/web_intents_settings_handler.h b/chrome/browser/ui/webui/options/web_intents_settings_handler.h
index 0fd886257ddade064952f0fb0c81c005a8b208c2..efe52ed5bdbe85c1bac9fa20c370f818437c2a6e 100644
--- a/chrome/browser/ui/webui/options/web_intents_settings_handler.h
+++ b/chrome/browser/ui/webui/options/web_intents_settings_handler.h
@@ -21,8 +21,9 @@ class WebIntentsSettingsHandler : public OptionsPageUIHandler,
virtual ~WebIntentsSettingsHandler();
// OptionsPageUIHandler implementation.
- virtual void GetLocalizedValues(base::DictionaryValue* localized_strings);
- virtual void RegisterMessages();
+ virtual void GetLocalizedValues(
+ base::DictionaryValue* localized_strings) OVERRIDE;
+ virtual void RegisterMessages() OVERRIDE;
// WebIntentsModel::Observer implementation.
virtual void TreeNodesAdded(ui::TreeModel* model,
« no previous file with comments | « chrome/browser/ui/webui/options/stop_syncing_handler.h ('k') | chrome/browser/ui/webui/screenshot_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698