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

Unified Diff: ui/views/test/views_test_helper.h

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Restore mash Created 4 years 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 | « ui/views/test/test_views_delegate_mac.mm ('k') | ui/views/test/views_test_helper_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_helper.h
diff --git a/ui/views/test/views_test_helper.h b/ui/views/test/views_test_helper.h
index d2796b37a1a07bcef81b1ce1c8901a292c9f2c31..787648dc04595fcee8c078d6a170148e9c9718db 100644
--- a/ui/views/test/views_test_helper.h
+++ b/ui/views/test/views_test_helper.h
@@ -14,6 +14,7 @@ class MessageLoopForUI;
namespace ui {
class ContextFactory;
+class ContextFactoryPrivate;
}
namespace views {
@@ -26,8 +27,10 @@ class ViewsTestHelper {
virtual ~ViewsTestHelper();
// Create a platform specific instance.
- static ViewsTestHelper* Create(base::MessageLoopForUI* message_loop,
- ui::ContextFactory* context_factory);
+ static ViewsTestHelper* Create(
+ base::MessageLoopForUI* message_loop,
+ ui::ContextFactory* context_factory,
+ ui::ContextFactoryPrivate* context_factory_private);
// Creates objects that are needed for tests.
virtual void SetUp();
« no previous file with comments | « ui/views/test/test_views_delegate_mac.mm ('k') | ui/views/test/views_test_helper_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698