Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: ash/system/overview/overview_button_tray_unittest.cc

Issue 2111443002: mash: Migrate SessionStateDelegate access to WmShell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698