| Index: mojo/shell/identity.cc
|
| diff --git a/mojo/shell/identity.cc b/mojo/shell/identity.cc
|
| index f592da985dd3d3f88971e447502b1f5842777280..0a4169aa0dcbef923fd7247611a557b8e0bb3c5e 100644
|
| --- a/mojo/shell/identity.cc
|
| +++ b/mojo/shell/identity.cc
|
| @@ -30,7 +30,7 @@ CapabilityFilter CanonicalizeFilter(const CapabilityFilter& filter) {
|
| Identity::Identity() {}
|
|
|
| Identity::Identity(const GURL& url)
|
| - : Identity(url, url.spec(), mojom::Shell::kUserRoot) {}
|
| + : Identity(url, url.spec(), mojom::Connector::kUserRoot) {}
|
|
|
| Identity::Identity(const GURL& url, const std::string& qualifier,
|
| uint32_t user_id)
|
| @@ -63,7 +63,7 @@ bool Identity::operator==(const Identity& other) const {
|
|
|
| Identity CreateShellIdentity() {
|
| return Identity(GURL("mojo://shell/"), std::string(),
|
| - mojom::Shell::kUserRoot, GetPermissiveCapabilityFilter());
|
| + mojom::Connector::kUserRoot, GetPermissiveCapabilityFilter());
|
| }
|
|
|
| } // namespace shell
|
|
|