| Index: ash/system/update/tray_update_unittest.cc
|
| diff --git a/ash/system/update/tray_update_unittest.cc b/ash/system/update/tray_update_unittest.cc
|
| index a7c131c2849897a347eb4d6394ebda45b9338366..df0d5c91ac87b15bd10ae07a1b9989a39bebb0d0 100644
|
| --- a/ash/system/update/tray_update_unittest.cc
|
| +++ b/ash/system/update/tray_update_unittest.cc
|
| @@ -8,14 +8,14 @@
|
| #include "ash/shell.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/system_tray_controller.h"
|
| -#include "ash/test/ash_test.h"
|
| +#include "ash/test/ash_test_base.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "ui/events/event.h"
|
| #include "ui/views/controls/label.h"
|
|
|
| namespace ash {
|
|
|
| -using TrayUpdateTest = AshTest;
|
| +using TrayUpdateTest = test::AshTestBase;
|
|
|
| // Tests that the update icon becomes visible when an update becomes
|
| // available.
|
|
|