Index: ash/test/ash_test_base.cc |
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc |
index 8e93f2743b0440f2fa72efa6d8a512ace81d6f47..7c03586d3f9b41ab1aedb7ea35fa025179955089 100644 |
--- a/ash/test/ash_test_base.cc |
+++ b/ash/test/ash_test_base.cc |
@@ -124,8 +124,7 @@ void AshTestBase::SetUp() { |
ipc_thread_->StartWithOptions(options); |
metro_viewer_host_.reset( |
- new TestMetroViewerProcessHost("viewer", |
- ipc_thread_->message_loop_proxy())); |
+ new TestMetroViewerProcessHost(ipc_thread_->message_loop_proxy())); |
CHECK(metro_viewer_host_->LaunchViewerAndWaitForConnection( |
win8::test::kDefaultTestAppUserModelId)); |
aura::RemoteRootWindowHostWin* root_window_host = |