Index: services/ui/public/cpp/tests/window_server_test_base.h |
diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h |
index 0fb403b121eed379a62515a5621ec7cbdf2a050f..5e66744ce54870ab86061ecdacfe087cb531cbea 100644 |
--- a/services/ui/public/cpp/tests/window_server_test_base.h |
+++ b/services/ui/public/cpp/tests/window_server_test_base.h |
@@ -63,7 +63,8 @@ class WindowServerTestBase |
void SetUp() override; |
// WindowServerServiceTestBase: |
- bool OnConnect(shell::Connection* connection) override; |
+ bool OnConnect(const shell::Identity& remote_identity, |
+ shell::InterfaceRegistry* registry) override; |
// WindowTreeClientDelegate: |
void OnEmbed(Window* root) override; |