| Index: mojo/shell/connect_util.h
|
| diff --git a/mojo/shell/connect_util.h b/mojo/shell/connect_util.h
|
| index baa4d2ee832c3fa48836e61ff45d69c317c9e803..14c32077a7d5a829137414025cc6c633c3f162c9 100644
|
| --- a/mojo/shell/connect_util.h
|
| +++ b/mojo/shell/connect_util.h
|
| @@ -45,7 +45,7 @@ inline void ConnectToInterface(ApplicationManager* application_manager,
|
| InterfacePtr<Interface>* ptr) {
|
| ScopedMessagePipeHandle service_handle = ConnectToInterfaceByName(
|
| application_manager, source,
|
| - Identity(application_url, std::string(), mojom::Shell::kUserInherit,
|
| + Identity(application_url, std::string(), mojom::Connector::kUserInherit,
|
| GetPermissiveCapabilityFilter()),
|
| Interface::Name_);
|
| ptr->Bind(InterfacePtrInfo<Interface>(std::move(service_handle), 0u));
|
|
|