| Index: mash/wm/frame/non_client_frame_view_mash.cc
|
| diff --git a/mash/wm/frame/non_client_frame_view_mash.cc b/mash/wm/frame/non_client_frame_view_mash.cc
|
| index a3ebeb1313a937f2ee383cc8392340daf807f775..320d7689f3a3b570b1ec950782885133196c95ea 100644
|
| --- a/mash/wm/frame/non_client_frame_view_mash.cc
|
| +++ b/mash/wm/frame/non_client_frame_view_mash.cc
|
| @@ -5,6 +5,7 @@
|
| #include "mash/wm/frame/non_client_frame_view_mash.h"
|
|
|
| #include <algorithm>
|
| +#include <memory>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| @@ -70,7 +71,7 @@ class NonClientFrameViewMash::HeaderView : public views::View {
|
| views::Widget* frame_;
|
|
|
| // Helper for painting the header.
|
| - scoped_ptr<DefaultHeaderPainter> header_painter_;
|
| + std::unique_ptr<DefaultHeaderPainter> header_painter_;
|
|
|
| // View which contains the window caption buttons.
|
| FrameCaptionButtonContainerView* caption_button_container_;
|
|
|