| Index: ash/mus/window_manager_unittest.cc
|
| diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc
|
| index badbe80412c0988c25c278b1965669fd14bd5a31..28193648638617542b3524d28e7ce24fc21a4cee 100644
|
| --- a/ash/mus/window_manager_unittest.cc
|
| +++ b/ash/mus/window_manager_unittest.cc
|
| @@ -47,7 +47,7 @@ void OnEmbed(bool success) {
|
| TEST_F(WindowManagerTest, OpenWindow) {
|
| WindowTreeClientDelegate window_tree_delegate;
|
|
|
| - connector()->Connect("mojo:ash");
|
| + connector()->Connect("service:ash");
|
|
|
| // Connect to mus and create a new top level window. The request goes to
|
| // |ash|, but is async.
|
|
|