Index: ash/display/cursor_window_controller.h |
diff --git a/ash/display/cursor_window_controller.h b/ash/display/cursor_window_controller.h |
index 447be03e25df2fc6d80884ae7ca8500b0b1f62aa..8f405d265b48c8be8a6e43b34037ec1ba5de8e82 100644 |
--- a/ash/display/cursor_window_controller.h |
+++ b/ash/display/cursor_window_controller.h |
@@ -87,8 +87,8 @@ class ASH_EXPORT CursorWindowController { |
// For mirroring mode, the display is always the primary display. |
gfx::Display display_; |
- scoped_ptr<aura::Window> cursor_window_; |
- scoped_ptr<CursorWindowDelegate> delegate_; |
+ std::unique_ptr<aura::Window> cursor_window_; |
+ std::unique_ptr<CursorWindowDelegate> delegate_; |
DISALLOW_COPY_AND_ASSIGN(CursorWindowController); |
}; |