| Index: ash/utility/partial_screenshot_controller.h
|
| diff --git a/ash/utility/partial_screenshot_controller.h b/ash/utility/partial_screenshot_controller.h
|
| index 8ea678edbb9d7f8e71354ef6eb0c7050fb787c99..bfb8d4fc8cb778da12abcd370048667dd03651c1 100644
|
| --- a/ash/utility/partial_screenshot_controller.h
|
| +++ b/ash/utility/partial_screenshot_controller.h
|
| @@ -8,11 +8,11 @@
|
| #include <stdint.h>
|
|
|
| #include <map>
|
| +#include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/shell_observer.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "ui/events/event_handler.h"
|
| #include "ui/gfx/display_observer.h"
|
| #include "ui/gfx/geometry/point.h"
|
| @@ -75,7 +75,7 @@ class ASH_EXPORT PartialScreenshotController : public ui::EventHandler,
|
| std::map<aura::Window*, PartialScreenshotLayer*> layers_;
|
|
|
| // The object to specify the crosshair cursor.
|
| - scoped_ptr<ScopedCursorSetter> cursor_setter_;
|
| + std::unique_ptr<ScopedCursorSetter> cursor_setter_;
|
|
|
| // ScreenshotDelegate to take the actual screenshot. No ownership.
|
| ScreenshotDelegate* screenshot_delegate_;
|
|
|