summaryrefslogtreecommitdiffstats
path: root/ash/shell_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell_unittest.cc')
-rw-r--r--ash/shell_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
index 7bd36af..5652115 100644
--- a/ash/shell_unittest.cc
+++ b/ash/shell_unittest.cc
@@ -395,10 +395,10 @@ TEST_F(ShellTest, ManagedWindowModeBasics) {
// We start with the usual window containers.
ExpectAllContainers();
- // Launcher is visible.
+ // Shelf is visible.
ShelfWidget* launcher_widget = Launcher::ForPrimaryDisplay()->shelf_widget();
EXPECT_TRUE(launcher_widget->IsVisible());
- // Launcher is at bottom-left of screen.
+ // Shelf is at bottom-left of screen.
EXPECT_EQ(0, launcher_widget->GetWindowBoundsInScreen().x());
EXPECT_EQ(
Shell::GetPrimaryRootWindow()->GetDispatcher()->GetHostSize().height(),