| Index: ui/views/test/views_test_base.h
|
| diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
|
| index 814ee112c2a3903f8afe28d4b662ab20c4f7e32b..6664cba2e34885f18e8409fee786fe61cb2a9206 100644
|
| --- a/ui/views/test/views_test_base.h
|
| +++ b/ui/views/test/views_test_base.h
|
| @@ -47,7 +47,7 @@ class ViewsTestBase : public PlatformTest {
|
|
|
| // Returns a context view. In aura builds, this will be the
|
| // RootWindow. Everywhere else, NULL.
|
| - gfx::NativeView GetContext();
|
| + gfx::NativeWindow GetContext();
|
|
|
| private:
|
| base::MessageLoopForUI message_loop_;
|
|
|