Index: chrome/test/base/view_event_test_platform_part.h |
diff --git a/chrome/test/base/view_event_test_platform_part.h b/chrome/test/base/view_event_test_platform_part.h |
index 4fe53fcd4ce4201e8fd0826b9452c014d037cb96..f4eb27408c0182c64bc26e6c8d73bf7e070ebd87 100644 |
--- a/chrome/test/base/view_event_test_platform_part.h |
+++ b/chrome/test/base/view_event_test_platform_part.h |
@@ -10,6 +10,7 @@ |
namespace ui { |
class ContextFactory; |
+class ContextFactoryPrivate; |
} |
// A helper class owned by tests that performs platform specific initialization. |
@@ -22,7 +23,9 @@ class ViewEventTestPlatformPart { |
// Set up the platform-specific environment. Teardown is performed in the |
// destructor. |
- static ViewEventTestPlatformPart* Create(ui::ContextFactory* context_factory); |
+ static ViewEventTestPlatformPart* Create( |
+ ui::ContextFactory* context_factory, |
+ ui::ContextFactoryPrivate* context_factory_private); |
// The Widget context for creating the test window. This will be the Ash root |
// window on ChromeOS environments. Otherwise it should return NULL. |