| 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 3a0cba34021c438995c92304437f4a9ad069750f..5669e7d47c86dd33072d1bcbf21a6f91ae520b16 100644
|
| --- a/ui/views/test/views_test_base.h
|
| +++ b/ui/views/test/views_test_base.h
|
| @@ -46,7 +46,7 @@ class ViewsTestBase : public testing::Test {
|
| views_delegate_.reset(views_delegate);
|
| }
|
|
|
| - base::MessageLoop* message_loop() { return &message_loop_; }
|
| + base::MessageLoopForUI* message_loop() { return &message_loop_; }
|
|
|
| // Returns a context view. In aura builds, this will be the
|
| // RootWindow. Everywhere else, NULL.
|
|
|