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

Unified Diff: mash/test/mash_test_suite.h

Issue 2752303002: views/mus: Install a mus-friend ContextFactory for tests. (Closed)
Patch Set: . Created 3 years, 9 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
Index: mash/test/mash_test_suite.h
diff --git a/mash/test/mash_test_suite.h b/mash/test/mash_test_suite.h
index 8bfa7bd5db82633e916bc1dafe3b7762976cbcd9..cff22147f55f26a175b2f0ddd3cb977b294a06c0 100644
--- a/mash/test/mash_test_suite.h
+++ b/mash/test/mash_test_suite.h
@@ -13,12 +13,15 @@
namespace aura {
class Env;
+namespace test {
+class TestContextFactory;
+}
}
namespace mash {
namespace test {
-class TestContextFactory;
+class TestContextFactoryPrivate;
class MashTestSuite : public base::TestSuite {
public:
@@ -33,7 +36,8 @@ class MashTestSuite : public base::TestSuite {
private:
base::TestDiscardableMemoryAllocator discardable_memory_allocator_;
std::unique_ptr<aura::Env> env_;
- std::unique_ptr<TestContextFactory> compositor_context_factory_;
+ std::unique_ptr<aura::test::TestContextFactory> context_factory_;
+ std::unique_ptr<TestContextFactoryPrivate> context_factory_private_;
DISALLOW_COPY_AND_ASSIGN(MashTestSuite);
};
« no previous file with comments | « mash/BUILD.gn ('k') | mash/test/mash_test_suite.cc » ('j') | mash/test/mash_test_suite.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698