Index: components/font_service/font_service_app.h |
diff --git a/components/font_service/font_service_app.h b/components/font_service/font_service_app.h |
index c99260765d49b3ec8fc432d14329490544391ffe..35fb035668a477829e0534047aef288ce8eb6f58 100644 |
--- a/components/font_service/font_service_app.h |
+++ b/components/font_service/font_service_app.h |
@@ -28,7 +28,7 @@ class FontServiceApp : public mojo::ShellClient, |
private: |
// mojo::ShellClient: |
void Initialize(mojo::Shell* shell, const std::string& url, |
- uint32_t id) override; |
+ uint32_t id, uint32_t user_id) override; |
bool AcceptConnection(mojo::Connection* connection) override; |
// mojo::InterfaceFactory<FontService>: |