| Index: mojo/shell/tests/application_manager_unittest.cc
|
| diff --git a/mojo/shell/tests/application_manager_unittest.cc b/mojo/shell/tests/application_manager_unittest.cc
|
| index b9d151a34799183453cd21abf384c9484025ced6..3de50a4ccb94c59182c7c9ce4dd7a01c0db0027c 100644
|
| --- a/mojo/shell/tests/application_manager_unittest.cc
|
| +++ b/mojo/shell/tests/application_manager_unittest.cc
|
| @@ -602,7 +602,7 @@ TEST_F(ApplicationManagerTest, TestEndApplicationClosure) {
|
| scoped_ptr<ConnectParams> params(new ConnectParams);
|
| params->set_source(CreateShellIdentity());
|
| params->set_target(
|
| - Identity(GURL("test:test"), "", mojom::Shell::kUserRoot,
|
| + Identity(GURL("test:test"), "", mojom::Connector::kUserRoot,
|
| GetPermissiveCapabilityFilter()));
|
| application_manager_->SetInstanceQuitCallback(
|
| base::Bind(&QuitClosure, params->target(), &called));
|
|
|