| Index: mojo/shell/identity.h
|
| diff --git a/mojo/shell/identity.h b/mojo/shell/identity.h
|
| index abd06997803a38474274585dec356d80e0297cb5..16e96813e1abace426d2c6bdead7c5b837e754fe 100644
|
| --- a/mojo/shell/identity.h
|
| +++ b/mojo/shell/identity.h
|
| @@ -21,7 +21,7 @@ namespace shell {
|
| class Identity {
|
| public:
|
| Identity();
|
| - // Assumes user = mojom::Shell::kUserRoot.
|
| + // Assumes user = mojom::Connector::kUserRoot.
|
| // Used in tests or for shell-initiated connections.
|
| explicit Identity(const GURL& in_url);
|
| Identity(const GURL& in_url,
|
|
|