Index: services/ui/ws/test_utils.h |
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h |
index 29112de732d0a885d38e61d059e3884047e930e1..f02280f82b02389916a245470ebe7435ca54f5c3 100644 |
--- a/services/ui/ws/test_utils.h |
+++ b/services/ui/ws/test_utils.h |
@@ -637,7 +637,7 @@ class WindowEventTargetingHelper { |
TestDisplayBinding* display_binding_; |
// Owned by WindowServer's DisplayManager. |
Display* display_; |
- scoped_refptr<SurfacesState> surfaces_state_; |
+ scoped_refptr<DisplayCompositor> display_compositor_; |
DISALLOW_COPY_AND_ASSIGN(WindowEventTargetingHelper); |
}; |