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

Unified Diff: chrome/browser/ui/webui/chromeos/proxy_settings_ui.h

Issue 854063002: Update {virtual,override,final} to follow C++11 style chrome/browser/ui/webui/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months 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/chromeos/proxy_settings_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/proxy_settings_ui.h b/chrome/browser/ui/webui/chromeos/proxy_settings_ui.h
index ddc0770697f70dde1d74e98faae8d29fcf3eafe0..1e413121f3256f58ab322a991aef3b5e3a3e4842 100644
--- a/chrome/browser/ui/webui/chromeos/proxy_settings_ui.h
+++ b/chrome/browser/ui/webui/chromeos/proxy_settings_ui.h
@@ -21,11 +21,11 @@ class ProxySettingsUI : public ui::WebDialogUI,
public ::options::OptionsPageUIHandlerHost {
public:
explicit ProxySettingsUI(content::WebUI* web_ui);
- virtual ~ProxySettingsUI();
+ ~ProxySettingsUI() override;
private:
// Overridden from OptionsPageUIHandlerHost:
- virtual void InitializeHandlers() override;
+ void InitializeHandlers() override;
bool initialized_handlers_;
« no previous file with comments | « chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc ('k') | chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698