| Index: ash/system/overview/overview_button_tray_unittest.cc
|
| diff --git a/ash/system/overview/overview_button_tray_unittest.cc b/ash/system/overview/overview_button_tray_unittest.cc
|
| index eb46dfa6ac8f20047a1f70c4f584863d59648545..a7160bcc2ecec3f569fdbf3eb343b4112bbfc97c 100644
|
| --- a/ash/system/overview/overview_button_tray_unittest.cc
|
| +++ b/ash/system/overview/overview_button_tray_unittest.cc
|
| @@ -74,7 +74,7 @@ void OverviewButtonTrayTest::SetUp() {
|
|
|
| void OverviewButtonTrayTest::NotifySessionStateChanged() {
|
| GetTray()->SessionStateChanged(
|
| - ash_test_helper()->GetTestSessionStateDelegate()->GetSessionState());
|
| + test::AshTestHelper::GetTestSessionStateDelegate()->GetSessionState());
|
| }
|
|
|
| // Ensures that creation doesn't cause any crashes and adds the image icon.
|
|
|