| 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 06a49d501f7c80a59c09d7364872ea827ab9cfd2..53bac2f62c681c06fcfc2b82ddf383053d6b8c84 100644
|
| --- a/ui/views/test/views_test_helper.h
|
| +++ b/ui/views/test/views_test_helper.h
|
| @@ -11,6 +11,10 @@ namespace base {
|
| class MessageLoopForUI;
|
| }
|
|
|
| +namespace ui {
|
| +class ContextFactory;
|
| +}
|
| +
|
| namespace views {
|
|
|
| // A helper class owned by tests that performs platform specific initialization
|
| @@ -21,7 +25,8 @@ class ViewsTestHelper {
|
| virtual ~ViewsTestHelper();
|
|
|
| // Create a platform specific instance.
|
| - static ViewsTestHelper* Create(base::MessageLoopForUI* message_loop);
|
| + static ViewsTestHelper* Create(base::MessageLoopForUI* message_loop,
|
| + ui::ContextFactory* context_factory);
|
|
|
| // Creates objects that are needed for tests.
|
| virtual void SetUp();
|
|
|