Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Unified Diff: services/ui/ws/window_tree_unittest.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/ui/ws/window_tree_unittest.cc
diff --git a/services/ui/ws/window_tree_unittest.cc b/services/ui/ws/window_tree_unittest.cc
index 2c0ded3dc2b74414cf9bb21d6683851337ee340f..fc21e53c890b5ef5d47f5006f6effdf5e2e2dce5 100644
--- a/services/ui/ws/window_tree_unittest.cc
+++ b/services/ui/ws/window_tree_unittest.cc
@@ -222,7 +222,7 @@ TEST_F(WindowTreeTest, FocusOnPointer) {
EXPECT_TRUE(wm_tree()->AddWindow(wm_root_id, embed_window_id));
display()->root_window()->SetBounds(gfx::Rect(0, 0, 100, 100));
mojom::WindowTreeClientPtr client;
- mojom::WindowTreeClientRequest client_request = GetProxy(&client);
+ mojom::WindowTreeClientRequest client_request = MakeRequest(&client);
wm_client()->Bind(std::move(client_request));
const uint32_t embed_flags = 0;
wm_tree()->Embed(embed_window_id, std::move(client), embed_flags);
« no previous file with comments | « services/ui/ws/window_tree_client_unittest.cc ('k') | services/video_capture/test/fake_device_descriptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698