Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
index f69b839d73ab4df9c67f3f6a2b56b707a6e9897a..82b5813d8afcf9a539a489937a5a8884d0b79212 100644 |
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
@@ -458,7 +458,7 @@ void DesktopNativeWidgetAura::InitNativeWidget( |
} |
if (!cursor_manager_) { |
cursor_manager_ = new wm::CursorManager( |
- scoped_ptr<wm::NativeCursorManager>(native_cursor_manager_)); |
+ std::unique_ptr<wm::NativeCursorManager>(native_cursor_manager_)); |
} |
native_cursor_manager_->AddHost(host()); |
aura::client::SetCursorClient(host_->window(), cursor_manager_); |