Index: ui/aura/test/aura_test_helper.h |
diff --git a/ui/aura/test/aura_test_helper.h b/ui/aura/test/aura_test_helper.h |
index 5390b879a21e29f7685463354f15ee04a79e4f4b..8fd4140c0b24d7807afb75b15b1787dde03c1372 100644 |
--- a/ui/aura/test/aura_test_helper.h |
+++ b/ui/aura/test/aura_test_helper.h |
@@ -62,7 +62,8 @@ class AuraTestHelper { |
void EnableMusWithWindowTreeClient(WindowTreeClient* window_tree_client); |
// Creates and initializes (shows and sizes) the RootWindow for use in tests. |
- void SetUp(ui::ContextFactory* context_factory); |
+ void SetUp(ui::ContextFactory* context_factory, |
+ ui::ContextFactoryPrivate* context_factory_private); |
// Clean up objects that are created for tests. This also deletes the Env |
// object. |