| Index: components/mus/example/common/mus_views_init.h
|
| diff --git a/components/mus/example/common/mus_views_init.h b/components/mus/example/common/mus_views_init.h
|
| index 710020fe66710a39be0bdf0ccb3e6769494bb163..355b25a85497bf9e922d1e6b91a439eebfb5055a 100644
|
| --- a/components/mus/example/common/mus_views_init.h
|
| +++ b/components/mus/example/common/mus_views_init.h
|
| @@ -9,14 +9,14 @@
|
| #include "components/mus/public/cpp/view_tree_delegate.h"
|
| #include "ui/views/views_delegate.h"
|
|
|
| -namespace mandoline {
|
| -class AuraInit;
|
| -}
|
| -
|
| namespace mojo {
|
| class ApplicationImpl;
|
| }
|
|
|
| +namespace views {
|
| +class AuraInit;
|
| +}
|
| +
|
| // Does the necessary setup to use mus, views and the example wm.
|
| class MUSViewsInit : public views::ViewsDelegate, public mus::ViewTreeDelegate {
|
| public:
|
| @@ -42,7 +42,7 @@ class MUSViewsInit : public views::ViewsDelegate, public mus::ViewTreeDelegate {
|
|
|
| mojo::ApplicationImpl* app_;
|
|
|
| - scoped_ptr<mandoline::AuraInit> aura_init_;
|
| + scoped_ptr<views::AuraInit> aura_init_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MUSViewsInit);
|
| };
|
|
|