| Index: ash/system/date/date_view_unittest.cc
|
| diff --git a/ash/system/date/date_view_unittest.cc b/ash/system/date/date_view_unittest.cc
|
| index 4bada635c592f6d325ed64c9ce90c5c8c9e9fee4..46c33244893a69e554d8cb9b6054602ac202f8d1 100644
|
| --- a/ash/system/date/date_view_unittest.cc
|
| +++ b/ash/system/date/date_view_unittest.cc
|
| @@ -13,7 +13,7 @@ namespace tray {
|
| class TimeViewTest : public ash::test::AshTestBase {
|
| public:
|
| TimeViewTest() {}
|
| - virtual ~TimeViewTest() {}
|
| + ~TimeViewTest() override {}
|
|
|
| TimeView* time_view() { return time_view_.get(); }
|
|
|
|
|