Index: ui/views/mus/window_tree_host_mus.h |
diff --git a/ui/views/mus/window_tree_host_mus.h b/ui/views/mus/window_tree_host_mus.h |
index 0bffe25ea13d3f070e85bba7d5cbf1c1c16542f5..546a3ac23b8fb120022f0c75c97681cdc1ca59c1 100644 |
--- a/ui/views/mus/window_tree_host_mus.h |
+++ b/ui/views/mus/window_tree_host_mus.h |
@@ -44,7 +44,7 @@ class VIEWS_MUS_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform { |
void OnCloseRequest() override; |
NativeWidgetMus* native_widget_; |
- scoped_ptr<InputMethodMUS> input_method_; |
+ std::unique_ptr<InputMethodMUS> input_method_; |
ui::PlatformWindowState show_state_; |
DISALLOW_COPY_AND_ASSIGN(WindowTreeHostMus); |