Index: mash/example/common/mus_views_init.h |
diff --git a/mash/example/common/mus_views_init.h b/mash/example/common/mus_views_init.h |
index aff5dc70efc318324305e99c7594031ba5b17173..04a02ec57657b6bc5637ec1370fec4d6b7531352 100644 |
--- a/mash/example/common/mus_views_init.h |
+++ b/mash/example/common/mus_views_init.h |
@@ -5,8 +5,9 @@ |
#ifndef MASH_EXAMPLE_COMMON_MUS_VIEWS_INIT_H_ |
#define MASH_EXAMPLE_COMMON_MUS_VIEWS_INIT_H_ |
+#include <memory> |
+ |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "components/mus/public/cpp/window_tree_delegate.h" |
#include "components/mus/public/interfaces/window_manager.mojom.h" |
#include "ui/views/mus/aura_init.h" |
@@ -45,7 +46,7 @@ class MUSViewsInit : public views::ViewsDelegate, |
#endif |
mojo::ShellConnection* app_; |
- scoped_ptr<views::AuraInit> aura_init_; |
+ std::unique_ptr<views::AuraInit> aura_init_; |
mus::mojom::WindowManagerPtr window_manager_; |
DISALLOW_COPY_AND_ASSIGN(MUSViewsInit); |