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

Unified Diff: athena/main/athena_views_delegate.cc

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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: athena/main/athena_views_delegate.cc
diff --git a/athena/main/athena_views_delegate.cc b/athena/main/athena_views_delegate.cc
index a8b503c552319534b75f24da328cefd69a624cfb..17dab73d24ef623bf8790e51cb2c13afb6501715 100644
--- a/athena/main/athena_views_delegate.cc
+++ b/athena/main/athena_views_delegate.cc
@@ -17,8 +17,7 @@ class AthenaViewsDelegate: public views::ViewsDelegate {
AthenaViewsDelegate() {
}
- virtual ~AthenaViewsDelegate() {
- }
+ ~AthenaViewsDelegate() override {}
virtual void OnBeforeWidgetInit(
views::Widget::InitParams* params,
« no previous file with comments | « athena/main/athena_renderer_pdf_helper.cc ('k') | athena/resource_manager/delegate/resource_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698