Index: ui/aura/window_tree_host_platform.cc |
diff --git a/ui/aura/window_tree_host_platform.cc b/ui/aura/window_tree_host_platform.cc |
index 3b5cb68a747c5c649052bb8d89bbd4f5077637ab..99ff13475c24bd271279f8b8c6fca4f72dda7c73 100644 |
--- a/ui/aura/window_tree_host_platform.cc |
+++ b/ui/aura/window_tree_host_platform.cc |
@@ -59,8 +59,7 @@ WindowTreeHostPlatform::WindowTreeHostPlatform( |
std::unique_ptr<WindowPort> window_port) |
: WindowTreeHost(std::move(window_port)), |
widget_(gfx::kNullAcceleratedWidget), |
- current_cursor_(ui::kCursorNull) { |
-} |
+ current_cursor_(ui::CursorType::CURSOR_NULL) {} |
void WindowTreeHostPlatform::SetPlatformWindow( |
std::unique_ptr<ui::PlatformWindow> window) { |