Index: mandoline/ui/aura/aura_init.h |
diff --git a/mandoline/ui/aura/aura_init.h b/mandoline/ui/aura/aura_init.h |
index 505adb40579b82c9689fdfc39b910dd33b9fa4a3..69f1e3f6573a918a369c1711e1e104b064234df3 100644 |
--- a/mandoline/ui/aura/aura_init.h |
+++ b/mandoline/ui/aura/aura_init.h |
@@ -14,9 +14,6 @@ |
namespace mojo { |
class Shell; |
-} |
- |
-namespace mus { |
class View; |
} |
@@ -25,7 +22,7 @@ |
// Sets up necessary state for aura when run with the viewmanager. |
class AuraInit { |
public: |
- AuraInit(mus::View* root, mojo::Shell* shell); |
+ AuraInit(mojo::View* root, mojo::Shell* shell); |
~AuraInit(); |
private: |