| Index: ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.h b/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| index e96d983ccb2d293a68442dfd9ef13ed2718716ff..31f5f02a3ae280ce41100d994820b8d1a5069e5e 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h
|
| @@ -7,8 +7,9 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <memory>
|
| +
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/timer/timer.h"
|
| #include "ui/events/platform/platform_event_dispatcher.h"
|
| #include "ui/gfx/display_change_notifier.h"
|
| @@ -89,7 +90,7 @@ class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen,
|
|
|
| // The timer to delay configuring outputs. See also the comments in
|
| // Dispatch().
|
| - scoped_ptr<base::OneShotTimer> configure_timer_;
|
| + std::unique_ptr<base::OneShotTimer> configure_timer_;
|
|
|
| gfx::DisplayChangeNotifier change_notifier_;
|
|
|
|
|