Index: ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc |
diff --git a/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc b/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc |
index d7453258a5655f615b671cf8e79267c6b9228298..b1d8747a1db45d3b6b46b64fb72aa0d9bba10e4f 100644 |
--- a/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc |
+++ b/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc |
@@ -128,7 +128,7 @@ class X11TopmostWindowFinderTest : public ViewsTestBase { |
params.remove_standard_frame = true; |
toplevel->Init(params); |
toplevel->Show(); |
- return toplevel.Pass(); |
+ return toplevel; |
} |
// Creates and shows an X window with |bounds|. |