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

Unified Diff: ash/test/ash_interactive_ui_test_base.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 | « ash/shell/content_client/shell_browser_main_parts.cc ('k') | ash/test/ash_interactive_ui_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_interactive_ui_test_base.h
diff --git a/ash/test/ash_interactive_ui_test_base.h b/ash/test/ash_interactive_ui_test_base.h
index 742e46fafa88a9322ed1301d875d6c19cc2ef9f7..bf2f66726066d385c2875b7f9aed802b53fadf61 100644
--- a/ash/test/ash_interactive_ui_test_base.h
+++ b/ash/test/ash_interactive_ui_test_base.h
@@ -9,6 +9,10 @@
#include "ash/test/ash_test_base.h"
+namespace aura {
+class Env;
+}
+
namespace ash {
namespace test {
@@ -23,6 +27,7 @@ class AshInteractiveUITestBase : public AshTestBase {
void TearDown() override;
private:
+ scoped_ptr<aura::Env> env_;
DISALLOW_COPY_AND_ASSIGN(AshInteractiveUITestBase);
};
« no previous file with comments | « ash/shell/content_client/shell_browser_main_parts.cc ('k') | ash/test/ash_interactive_ui_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698