| Index: ui/views/views_delegate.h
|
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
|
| index c0e24cfe86c12dd0dfc71916b1be351aee9d8afa..54b5c4383e8d39aaf32dfdc58856ff712925a194 100644
|
| --- a/ui/views/views_delegate.h
|
| +++ b/ui/views/views_delegate.h
|
| @@ -197,10 +197,10 @@ class VIEWS_EXPORT ViewsDelegate {
|
| ViewsDelegate();
|
|
|
| private:
|
| - scoped_ptr<ViewsTouchEditingControllerFactory> views_tsc_factory_;
|
| + std::unique_ptr<ViewsTouchEditingControllerFactory> views_tsc_factory_;
|
|
|
| #if defined(USE_AURA)
|
| - scoped_ptr<TouchSelectionMenuRunnerViews> touch_selection_menu_runner_;
|
| + std::unique_ptr<TouchSelectionMenuRunnerViews> touch_selection_menu_runner_;
|
| #endif
|
|
|
| NativeWidgetFactory native_widget_factory_;
|
|
|