| 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 a37d7b86febf8bcaa99f807c70ea324688b6d4fe..0e5cb74f812fa0c4d75a11fff6140690e9af4134 100644
|
| --- a/mash/example/common/mus_views_init.h
|
| +++ b/mash/example/common/mus_views_init.h
|
| @@ -13,7 +13,7 @@
|
| #include "ui/views/mus/aura_init.h"
|
| #include "ui/views/views_delegate.h"
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
| class ServiceContext;
|
| }
|
|
|
| @@ -25,7 +25,7 @@ class AuraInit;
|
| class MUSViewsInit : public views::ViewsDelegate,
|
| public ui::WindowTreeClientDelegate {
|
| public:
|
| - explicit MUSViewsInit(shell::ServiceContext* app);
|
| + explicit MUSViewsInit(service_manager::ServiceContext* app);
|
| ~MUSViewsInit() override;
|
|
|
| private:
|
| @@ -45,7 +45,7 @@ class MUSViewsInit : public views::ViewsDelegate,
|
| HICON GetSmallWindowIcon() const override;
|
| #endif
|
|
|
| - shell::ServiceContext* app_;
|
| + service_manager::ServiceContext* app_;
|
| std::unique_ptr<views::AuraInit> aura_init_;
|
| ui::mojom::WindowManagerPtr window_manager_;
|
|
|
|
|