| Index: ash/test/ash_test_base.cc
|
| diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
|
| index 232690052a8299cc926f855b449cf4e5a2cbb175..38dc5f419fcf802abaf7d7a043dee322836147c4 100644
|
| --- a/ash/test/ash_test_base.cc
|
| +++ b/ash/test/ash_test_base.cc
|
| @@ -140,8 +140,8 @@ void AshTestBase::SetUp() {
|
| new TestMetroViewerProcessHost(ipc_thread_->message_loop_proxy()));
|
| CHECK(metro_viewer_host_->LaunchViewerAndWaitForConnection(
|
| win8::test::kDefaultTestAppUserModelId));
|
| - aura::RemoteRootWindowHostWin* root_window_host =
|
| - aura::RemoteRootWindowHostWin::Instance();
|
| + aura::RemoteWindowTreeHostWin* root_window_host =
|
| + aura::RemoteWindowTreeHostWin::Instance();
|
| CHECK(root_window_host != NULL);
|
| }
|
| ash::WindowPositioner::SetMaximizeFirstWindow(true);
|
|
|