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

Unified Diff: athena/system/system_ui_impl.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/status_icon_container_view.cc ('k') | athena/system/time_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/system_ui_impl.cc
diff --git a/athena/system/system_ui_impl.cc b/athena/system/system_ui_impl.cc
index 5bbd3ee9ba566613b2df7902a60cc1d54927db01..aa65e5e7fe8666ecdcba500f0a8b6260547dde02 100644
--- a/athena/system/system_ui_impl.cc
+++ b/athena/system/system_ui_impl.cc
@@ -34,8 +34,7 @@ class SystemInfoView : public views::View {
AddChildView(status_icon_view_);
}
- virtual ~SystemInfoView() {
- }
+ ~SystemInfoView() override {}
// views::View:
virtual gfx::Size GetPreferredSize() const override {
@@ -78,7 +77,7 @@ class SystemUIImpl : public SystemUI {
orientation_controller_->InitWith(blocking_task_runner);
}
- virtual ~SystemUIImpl() {
+ ~SystemUIImpl() override {
// Stops file watching now if exists. Waiting until message loop shutdon
// leads to FilePathWatcher crash.
orientation_controller_->Shutdown();
« no previous file with comments | « athena/system/status_icon_container_view.cc ('k') | athena/system/time_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698