| Index: mojo/services/window_manager/window_manager_api_unittest.cc
|
| diff --git a/mojo/services/window_manager/window_manager_api_unittest.cc b/mojo/services/window_manager/window_manager_api_unittest.cc
|
| index 47f4d5c506d769652b928fb960d9d3d43e69cdf9..f8e83252b16ab0ed475ede502b65a0c2fa602cd2 100644
|
| --- a/mojo/services/window_manager/window_manager_api_unittest.cc
|
| +++ b/mojo/services/window_manager/window_manager_api_unittest.cc
|
| @@ -182,7 +182,7 @@ class WindowManagerApiTest : public testing::Test {
|
| test_helper_.reset(new shell::ShellTestHelper);
|
| test_helper_->Init();
|
| test_helper_->AddCustomMapping(GURL("mojo:window_manager"),
|
| - GURL("mojo://core_window_manager"));
|
| + GURL("mojo:core_window_manager"));
|
| test_helper_->SetLoaderForURL(
|
| scoped_ptr<ApplicationLoader>(new TestApplicationLoader(base::Bind(
|
| &WindowManagerApiTest::OnRootAdded, base::Unretained(this)))),
|
|
|