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

Unified Diff: mash/test/mash_test_suite.h

Issue 2639513002: mash: Do not use InProcessContextFactory in tests. (Closed)
Patch Set: . Created 3 years, 11 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 | « mash/test/DEPS ('k') | mash/test/mash_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/test/mash_test_suite.h
diff --git a/mash/test/mash_test_suite.h b/mash/test/mash_test_suite.h
index d93d64bc183cf25e2659a5f9b0b265b087aaf2bf..8bfa7bd5db82633e916bc1dafe3b7762976cbcd9 100644
--- a/mash/test/mash_test_suite.h
+++ b/mash/test/mash_test_suite.h
@@ -18,6 +18,8 @@ class Env;
namespace mash {
namespace test {
+class TestContextFactory;
+
class MashTestSuite : public base::TestSuite {
public:
MashTestSuite(int argc, char** argv);
@@ -31,6 +33,7 @@ class MashTestSuite : public base::TestSuite {
private:
base::TestDiscardableMemoryAllocator discardable_memory_allocator_;
std::unique_ptr<aura::Env> env_;
+ std::unique_ptr<TestContextFactory> compositor_context_factory_;
DISALLOW_COPY_AND_ASSIGN(MashTestSuite);
};
« no previous file with comments | « mash/test/DEPS ('k') | mash/test/mash_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698