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

Unified Diff: chrome/browser/ui/webui/app_list/start_page_ui.h

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/app_list/start_page_ui.h
diff --git a/chrome/browser/ui/webui/app_list/start_page_ui.h b/chrome/browser/ui/webui/app_list/start_page_ui.h
index 63a52520a5b81af232f541402de1a58f27058af8..fa70e0626eb0e3f8d8efc0d01a3249aaa7dd4a0a 100644
--- a/chrome/browser/ui/webui/app_list/start_page_ui.h
+++ b/chrome/browser/ui/webui/app_list/start_page_ui.h
@@ -14,7 +14,7 @@ namespace app_list {
class StartPageUI : public content::WebUIController {
public:
explicit StartPageUI(content::WebUI* web_ui);
- virtual ~StartPageUI();
+ ~StartPageUI() override;
private:
// Initializes the data source used for this webui.

Powered by Google App Engine
This is Rietveld 408576698