| Index: mandoline/services/core_services/core_services_application_delegate.cc
|
| diff --git a/mandoline/services/core_services/core_services_application_delegate.cc b/mandoline/services/core_services/core_services_application_delegate.cc
|
| index 4d7856ef8b62a742ec5791267009ff61851eb34d..e9aee2b39274683c79a63885af7c17ce57985b5e 100644
|
| --- a/mandoline/services/core_services/core_services_application_delegate.cc
|
| +++ b/mandoline/services/core_services/core_services_application_delegate.cc
|
| @@ -106,7 +106,7 @@ void CoreServicesApplicationDelegate::Initialize(mojo::Shell* shell,
|
|
|
| bool CoreServicesApplicationDelegate::AcceptConnection(
|
| mojo::Connection* connection) {
|
| - connection->AddService(this);
|
| + connection->AddInterface(this);
|
| return true;
|
| }
|
|
|
|
|