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

Unified Diff: ash/test/test_suite.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/test/ash_interactive_ui_test_base.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_suite.h
diff --git a/ash/test/test_suite.h b/ash/test/test_suite.h
index 44e043caadc8cf1ed030fc4cbe0fcdba87f49c62..6da394d3d9d9ef4765ad37cd475ede87928a5a66 100644
--- a/ash/test/test_suite.h
+++ b/ash/test/test_suite.h
@@ -14,6 +14,10 @@
#include "base/win/scoped_com_initializer.h"
#endif
+namespace aura {
+class Env;
+}
+
namespace ash {
namespace test {
@@ -31,6 +35,7 @@ class AuraShellTestSuite : public base::TestSuite {
#if defined(OS_WIN)
scoped_ptr<base::win::ScopedCOMInitializer> com_initializer_;
#endif
+ scoped_ptr<aura::Env> env_;
base::TestDiscardableMemoryAllocator discardable_memory_allocator_;
};
« no previous file with comments | « ash/test/ash_interactive_ui_test_base.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698