| Index: ash/test/ash_test_helper.cc
|
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
|
| index 49bb4d16ad1a0421e195c360d4ad8aef9bc3f1d9..8981507cfd760f8ed94c2796eee4584cc9bd8325 100644
|
| --- a/ash/test/ash_test_helper.cc
|
| +++ b/ash/test/ash_test_helper.cc
|
| @@ -128,8 +128,8 @@ void AshTestHelper::RunAllPendingInMessageLoop() {
|
| run_loop.RunUntilIdle();
|
| }
|
|
|
| -aura::RootWindow* AshTestHelper::CurrentContext() {
|
| - aura::RootWindow* root_window = Shell::GetTargetRootWindow();
|
| +aura::Window* AshTestHelper::CurrentContext() {
|
| + aura::Window* root_window = Shell::GetTargetRootWindow();
|
| if (!root_window)
|
| root_window = Shell::GetPrimaryRootWindow();
|
| DCHECK(root_window);
|
|
|