| Index: ash/test/ash_test_base.cc
|
| diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
|
| index 5b4a6b6ecd85a1fbc756b3c7eeebe6985131d2f7..5e78ec76ca04d43b138e35a08ae29414eee12ef1 100644
|
| --- a/ash/test/ash_test_base.cc
|
| +++ b/ash/test/ash_test_base.cc
|
| @@ -35,6 +35,7 @@
|
| #include "base/win/windows_version.h"
|
| #include "ui/aura/remote_root_window_host_win.h"
|
| #include "ui/aura/root_window_host_win.h"
|
| +#include "win8/test/test_registrar_constants.h"
|
| #endif
|
|
|
| namespace ash {
|
| @@ -106,7 +107,8 @@ void AshTestBase::SetUp() {
|
| if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
|
| metro_viewer_host_.reset(new TestMetroViewerProcessHost("viewer"));
|
| ASSERT_TRUE(
|
| - metro_viewer_host_->LaunchImmersiveChromeAndWaitForConnection());
|
| + metro_viewer_host_->LaunchViewerAndWaitForConnection(
|
| + win8::test::kDefaultTestAppUserModelId));
|
| aura::RemoteRootWindowHostWin* root_window_host =
|
| aura::RemoteRootWindowHostWin::Instance();
|
| ASSERT_TRUE(root_window_host != NULL);
|
|
|