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

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

Issue 1297173003: Revert of 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 7f1cf606b7476f111a5dc922582636db19a289c7..11388a63f730eeaf570cdbef73be243bf410a5da 100644
--- a/mandoline/ui/aura/aura_init.h
+++ b/mandoline/ui/aura/aura_init.h
@@ -6,10 +6,6 @@
#define MANDOLINE_UI_AURA_AURA_INIT_H_
#include "ui/mojo/init/ui_init.h"
-
-namespace aura {
-class Env;
-}
namespace mojo {
class Shell;
@@ -27,7 +23,6 @@
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