| Index: services/ui/ws/window_tree_client_unittest.cc
|
| diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
|
| index 06f676217fcf96026f65a868c1c4daadb0189cfb..602b3b91ea9d74f9c621a74fb80d2704c3f01101 100644
|
| --- a/services/ui/ws/window_tree_client_unittest.cc
|
| +++ b/services/ui/ws/window_tree_client_unittest.cc
|
| @@ -1639,7 +1639,7 @@ TEST_F(WindowTreeClientTest, SetCursor) {
|
| changes2()->clear();
|
|
|
| ASSERT_TRUE(
|
| - wt_client1()->SetPredefinedCursor(window_1_1, mojom::CursorType::IBEAM));
|
| + wt_client1()->SetPredefinedCursor(window_1_1, mojom::CursorType::kIBeam));
|
| wt_client2_->WaitForChangeCount(1u);
|
|
|
| EXPECT_EQ("CursorChanged id=" + IdToString(window_1_1) + " cursor_id=4",
|
|
|