| 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 e8dfdd15a749a24ac1dc81ed67c424b690bfa77b..75588a6cb7f0d338bc55788cc8a4b7d1e71be643 100644
|
| --- a/ui/views/test/views_test_helper.cc
|
| +++ b/ui/views/test/views_test_helper.cc
|
| @@ -18,7 +18,7 @@ void ViewsTestHelper::SetUp() {
|
| void ViewsTestHelper::TearDown() {
|
| }
|
|
|
| -gfx::NativeView ViewsTestHelper::GetContext() {
|
| +gfx::NativeWindow ViewsTestHelper::GetContext() {
|
| return NULL;
|
| }
|
|
|
|
|