| Index: content/public/common/mojo_shell_connection.h
|
| diff --git a/content/public/common/mojo_shell_connection.h b/content/public/common/mojo_shell_connection.h
|
| index 4f8d759b4dc14f410f92dd3f01119b3728bd6f8e..da9bb177a592df6c5111373bcbf3988ca1f77387 100644
|
| --- a/content/public/common/mojo_shell_connection.h
|
| +++ b/content/public/common/mojo_shell_connection.h
|
| @@ -45,7 +45,7 @@ class CONTENT_EXPORT MojoShellConnection {
|
| virtual mojo::Shell* GetShell() = 0;
|
|
|
| // [De]Register an impl of Listener that will be consulted when the wrapped
|
| - // ApplicationImpl exposes services to inbound connections.
|
| + // ShellConnection exposes services to inbound connections.
|
| // Registered listeners are owned by this MojoShellConnection.
|
| virtual void AddListener(Listener* listener) = 0;
|
| virtual void RemoveListener(Listener* listener) = 0;
|
|
|