Index: components/font_service/font_service_app.cc |
diff --git a/components/font_service/font_service_app.cc b/components/font_service/font_service_app.cc |
index 8636c7c83f899a03ec79997abaf32159d669e0de..637410e404373405a6d71021bba34e4bfbb77175 100644 |
--- a/components/font_service/font_service_app.cc |
+++ b/components/font_service/font_service_app.cc |
@@ -64,7 +64,7 @@ void FontServiceApp::Initialize(mojo::Shell* shell, const std::string& url, |
} |
bool FontServiceApp::AcceptConnection(mojo::Connection* connection) { |
- connection->AddService(this); |
+ connection->AddInterface(this); |
return true; |
} |