| 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 7d5d510e7498d00244846152f6183c7e1cae0d26..ea6df969ae4ca009f456e8307b62d5edda8d7327 100644
|
| --- a/ash/system/date/date_view_unittest.cc
|
| +++ b/ash/system/date/date_view_unittest.cc
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "ash/system/date/date_view.h"
|
|
|
| -#include "ash/test/ash_test.h"
|
| +#include "ash/test/ash_test_base.h"
|
| #include "ui/views/controls/label.h"
|
|
|
| namespace ash {
|
| namespace tray {
|
|
|
| -class TimeViewTest : public AshTest {
|
| +class TimeViewTest : public test::AshTestBase {
|
| public:
|
| TimeViewTest() {}
|
| ~TimeViewTest() override {}
|
|
|