| Index: ui/views/controls/native/native_view_host.h
|
| diff --git a/ui/views/controls/native/native_view_host.h b/ui/views/controls/native/native_view_host.h
|
| index f0770ba8f8d3052d74e6ddd8389bcab74648e2c9..6b9aa0ea4ac56f99c96cd1880135240ca2802a19 100644
|
| --- a/ui/views/controls/native/native_view_host.h
|
| +++ b/ui/views/controls/native/native_view_host.h
|
| @@ -108,7 +108,7 @@ class VIEWS_EXPORT NativeViewHost : public View {
|
|
|
| // A platform-specific wrapper that does the OS-level manipulation of the
|
| // attached gfx::NativeView.
|
| - scoped_ptr<NativeViewHostWrapper> native_wrapper_;
|
| + std::unique_ptr<NativeViewHostWrapper> native_wrapper_;
|
|
|
| // The preferred size of this View
|
| gfx::Size preferred_size_;
|
|
|