Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: mandoline/ui/aura/aura_init.h

Issue 1293013002: aura: Require explicit ownership of the Env instance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/browser/shell_views.cc ('k') | mandoline/ui/aura/aura_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/shell/browser/shell_views.cc ('k') | mandoline/ui/aura/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698