| 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:
|
|
|