| Index: services/ui/ws/test_utils.cc
|
| diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| index dea186977293440ec574a900497b3e1bc952f8d7..fe0428c8b04d6deaee18b7777dcf80738aeabd7e 100644
|
| --- a/services/ui/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -530,7 +530,7 @@ bool TestWindowServerDelegate::IsTestConfig() const {
|
| // WindowServerTestHelper ---------------------------------------------------
|
|
|
| WindowServerTestHelper::WindowServerTestHelper()
|
| - : cursor_id_(mojom::CursorType::CURSOR_NULL),
|
| + : cursor_id_(mojom::CursorType::kNull),
|
| platform_display_factory_(&cursor_id_) {
|
| // Some tests create their own message loop, for example to add a task runner.
|
| if (!base::MessageLoop::current())
|
|
|