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 6c846e5ce301cb1602f526b8acf3f583c60d4d6b..0fb403b121eed379a62515a5621ec7cbdf2a050f 100644 |
--- a/services/ui/public/cpp/tests/window_server_test_base.h |
+++ b/services/ui/public/cpp/tests/window_server_test_base.h |
@@ -91,7 +91,7 @@ class WindowServerTestBase |
const ui::Event& event) override; |
// InterfaceFactory<WindowTreeClient>: |
- void Create(shell::Connection* connection, |
+ void Create(const shell::Identity& remote_identity, |
mojo::InterfaceRequest<mojom::WindowTreeClient> request) override; |
// Used to receive the most recent window tree client loaded by an embed |