Index: mandoline/services/updater/updater_app.cc |
diff --git a/mandoline/services/updater/updater_app.cc b/mandoline/services/updater/updater_app.cc |
index ffb94931c2b17652b7f7e948049ddbe08cdc6108..4db09e15a5a709cacbc1a9d2e8d1c04e3cfc2b4c 100644 |
--- a/mandoline/services/updater/updater_app.cc |
+++ b/mandoline/services/updater/updater_app.cc |
@@ -27,7 +27,7 @@ void UpdaterApp::Initialize(mojo::Shell* shell, const std::string& url, |
} |
bool UpdaterApp::AcceptConnection(mojo::Connection* connection) { |
- connection->AddService<Updater>(this); |
+ connection->AddInterface<Updater>(this); |
return true; |
} |