| Index: mandoline/ui/aura/aura_init.h
|
| diff --git a/mandoline/ui/aura/aura_init.h b/mandoline/ui/aura/aura_init.h
|
| index 11388a63f730eeaf570cdbef73be243bf410a5da..4fb05bab371f7f9b173041a38076db08cbe5bc3a 100644
|
| --- a/mandoline/ui/aura/aura_init.h
|
| +++ b/mandoline/ui/aura/aura_init.h
|
| @@ -9,6 +9,9 @@
|
|
|
| namespace mojo {
|
| class Shell;
|
| +}
|
| +
|
| +namespace mus {
|
| class View;
|
| }
|
|
|
| @@ -17,7 +20,7 @@ namespace mandoline {
|
| // Sets up necessary state for aura when run with the viewmanager.
|
| class AuraInit {
|
| public:
|
| - AuraInit(mojo::View* root, mojo::Shell* shell);
|
| + AuraInit(mus::View* root, mojo::Shell* shell);
|
| ~AuraInit();
|
|
|
| private:
|
|
|