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

Unified Diff: athena/system/shutdown_dialog.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
« no previous file with comments | « athena/system/shutdown_dialog.h ('k') | athena/system/status_icon_container_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/shutdown_dialog.cc
diff --git a/athena/system/shutdown_dialog.cc b/athena/system/shutdown_dialog.cc
index d4648d7ebed5955ee675f42e0bb32bb9d8164b5c..af8f5e0cb3276583480484a4b0119146332c5525 100644
--- a/athena/system/shutdown_dialog.cc
+++ b/athena/system/shutdown_dialog.cc
@@ -28,7 +28,7 @@ class ModalWidgetDelegate : public views::WidgetDelegate {
public:
explicit ModalWidgetDelegate(views::View* contents_view)
: contents_view_(contents_view) {}
- virtual ~ModalWidgetDelegate() {}
+ ~ModalWidgetDelegate() override {}
// Overridden from WidgetDelegate:
virtual views::Widget* GetWidget() override {
« no previous file with comments | « athena/system/shutdown_dialog.h ('k') | athena/system/status_icon_container_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698