| 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..7f1cf606b7476f111a5dc922582636db19a289c7 100644
|
| --- a/mandoline/ui/aura/aura_init.h
|
| +++ b/mandoline/ui/aura/aura_init.h
|
| @@ -7,6 +7,10 @@
|
|
|
| #include "ui/mojo/init/ui_init.h"
|
|
|
| +namespace aura {
|
| +class Env;
|
| +}
|
| +
|
| namespace mojo {
|
| class Shell;
|
| class View;
|
| @@ -23,6 +27,7 @@ class AuraInit {
|
| private:
|
| void InitializeResources(mojo::Shell* shell);
|
|
|
| + scoped_ptr<aura::Env> env_;
|
| ui::mojo::UIInit ui_init_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AuraInit);
|
|
|