| Index: ui/views/test/views_test_helper.cc
|
| diff --git a/ui/views/test/views_test_helper.cc b/ui/views/test/views_test_helper.cc
|
| index 25476d97c7995638c42f98dae13b560ebacbd0eb..c0268f4402752a32e11a85c9dcb2ac4c2ec57df6 100644
|
| --- a/ui/views/test/views_test_helper.cc
|
| +++ b/ui/views/test/views_test_helper.cc
|
| @@ -8,7 +8,8 @@ namespace views {
|
|
|
| #if !defined(USE_AURA)
|
| // static
|
| -ViewsTestHelper* ViewsTestHelper::Create(base::MessageLoopForUI* message_loop) {
|
| +ViewsTestHelper* ViewsTestHelper::Create(base::MessageLoopForUI* message_loop,
|
| + ui::ContextFactory* context_factory) {
|
| return new ViewsTestHelper;
|
| }
|
| #endif
|
|
|