Index: content/public/test/test_mojo_app.h |
diff --git a/content/public/test/test_mojo_app.h b/content/public/test/test_mojo_app.h |
index 0210ff99e3f1dc028167768122148c12e7f8bf0d..dc1a516cf298fb920ee6cfeff3051c9b0512ea98 100644 |
--- a/content/public/test/test_mojo_app.h |
+++ b/content/public/test/test_mojo_app.h |
@@ -28,7 +28,8 @@ class TestMojoApp : public shell::Service, |
private: |
// shell::Service: |
- bool OnConnect(shell::Connection* connection) override; |
+ bool OnConnect(const shell::Identity& remote_identity, |
+ shell::InterfaceRegistry* registry) override; |
// shell::InterfaceFactory<mojom::TestMojoService>: |
void Create(const shell::Identity& remote_identity, |