Index: mandoline/ui/desktop_ui/browser_manager.cc |
diff --git a/mandoline/ui/desktop_ui/browser_manager.cc b/mandoline/ui/desktop_ui/browser_manager.cc |
index b43b18e28a5237e760c350d2bfdfe56f27a404a1..391d18d0f5a3632fafdfcccfa88d7734128d2079 100644 |
--- a/mandoline/ui/desktop_ui/browser_manager.cc |
+++ b/mandoline/ui/desktop_ui/browser_manager.cc |
@@ -71,7 +71,7 @@ void BrowserManager::Initialize(mojo::Shell* shell, const std::string& url, |
} |
bool BrowserManager::AcceptConnection(mojo::Connection* connection) { |
- connection->AddService<LaunchHandler>(this); |
+ connection->AddInterface<LaunchHandler>(this); |
return true; |
} |