Index: mandoline/ui/aura/aura_init.h |
diff --git a/mandoline/ui/aura/aura_init.h b/mandoline/ui/aura/aura_init.h |
index 69f1e3f6573a918a369c1711e1e104b064234df3..505adb40579b82c9689fdfc39b910dd33b9fa4a3 100644 |
--- a/mandoline/ui/aura/aura_init.h |
+++ b/mandoline/ui/aura/aura_init.h |
@@ -14,6 +14,9 @@ class FontLoader; |
namespace mojo { |
class Shell; |
+} |
+ |
+namespace mus { |
class View; |
} |
@@ -22,7 +25,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: |