| Index: services/shell/public/cpp/interface_binder.h
|
| diff --git a/services/shell/public/cpp/interface_binder.h b/services/shell/public/cpp/interface_binder.h
|
| index 9dec4addde66da46954cf633dc20bc9f1e21f9f4..4d864351415ea1bf6d3343246ae7d7f372bd2a6e 100644
|
| --- a/services/shell/public/cpp/interface_binder.h
|
| +++ b/services/shell/public/cpp/interface_binder.h
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace shell {
|
|
|
| -class Connection;
|
| +class Identity;
|
|
|
| class InterfaceBinder {
|
| public:
|
| @@ -20,7 +20,7 @@ class InterfaceBinder {
|
| // Asks the InterfaceBinder to bind an implementation of the specified
|
| // interface to the request passed via |handle|. If the InterfaceBinder binds
|
| // an implementation it must take ownership of the request handle.
|
| - virtual void BindInterface(Connection* connection,
|
| + virtual void BindInterface(const Identity& remote_identity,
|
| const std::string& interface_name,
|
| mojo::ScopedMessagePipeHandle handle) = 0;
|
| };
|
|
|