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

Unified Diff: athena/system/status_icon_container_view.h

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.cc ('k') | athena/system/status_icon_container_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/status_icon_container_view.h
diff --git a/athena/system/status_icon_container_view.h b/athena/system/status_icon_container_view.h
index 6e77b49664452fab0e96fc3d3756ec7d35ba80f1..82b3245a47fd9ddd70473ce51bbe7d8d04bc5d01 100644
--- a/athena/system/status_icon_container_view.h
+++ b/athena/system/status_icon_container_view.h
@@ -15,7 +15,7 @@ namespace athena {
class StatusIconContainerView : public views::View {
public:
StatusIconContainerView(SystemUI::ColorScheme color_scheme);
- virtual ~StatusIconContainerView();
+ ~StatusIconContainerView() override;
private:
// views::View:
« no previous file with comments | « athena/system/shutdown_dialog.cc ('k') | athena/system/status_icon_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698