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

Unified Diff: chrome/browser/ui/webui/chromeos/salsa_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/salsa_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/salsa_ui.h b/chrome/browser/ui/webui/chromeos/salsa_ui.h
index 130dd4b1f79aeada51885a0f4157c9ecad51a6c2..9ec4770300b1d004cea1f89920fdc1b8591df3e8 100644
--- a/chrome/browser/ui/webui/chromeos/salsa_ui.h
+++ b/chrome/browser/ui/webui/chromeos/salsa_ui.h
@@ -24,7 +24,7 @@ class SalsaUI : public content::WebUIController {
public:
// Constructs a new GestureConfig for the specified |web_ui|.
explicit SalsaUI(content::WebUI* web_ui);
- virtual ~SalsaUI();
+ ~SalsaUI() override;
private:
// Set a preference setting's value.
« no previous file with comments | « chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc ('k') | chrome/browser/ui/webui/chromeos/set_time_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698