summaryrefslogtreecommitdiffstats
path: root/components/mus/ws/window_manager_client_apptest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/ws/window_manager_client_apptest.cc')
-rw-r--r--components/mus/ws/window_manager_client_apptest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mus/ws/window_manager_client_apptest.cc b/components/mus/ws/window_manager_client_apptest.cc
index 79e6730..0d88e81 100644
--- a/components/mus/ws/window_manager_client_apptest.cc
+++ b/components/mus/ws/window_manager_client_apptest.cc
@@ -244,7 +244,7 @@ class WindowServerTest : public WindowServerTestBase {
ConnectToApplicationAndGetWindowServerClient() {
mus::mojom::WindowTreeClientPtr client;
application_impl()->ConnectToService(application_impl()->url(), &client);
- return client.Pass();
+ return client;
}
// WindowServerTestBase: