Index: mash/shell/shell_application_delegate.cc |
diff --git a/mash/shell/shell_application_delegate.cc b/mash/shell/shell_application_delegate.cc |
index 68c01fd6807ab5092cfd18a893e91dae2e32e801..032ad13f7c206b9f98ecf649c79c5ca2fdcdb453 100644 |
--- a/mash/shell/shell_application_delegate.cc |
+++ b/mash/shell/shell_application_delegate.cc |
@@ -28,7 +28,7 @@ void ShellApplicationDelegate::Initialize(mojo::Shell* shell, |
} |
bool ShellApplicationDelegate::AcceptConnection(mojo::Connection* connection) { |
- connection->AddService<mash::shell::mojom::Shell>(this); |
+ connection->AddInterface<mash::shell::mojom::Shell>(this); |
return true; |
} |