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

Unified Diff: services/ui/ime/test_ime_driver/test_ime_application.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
« no previous file with comments | « services/ui/ime/ime_unittest.cc ('k') | services/ui/public/cpp/window_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/test_ime_driver/test_ime_application.cc
diff --git a/services/ui/ime/test_ime_driver/test_ime_application.cc b/services/ui/ime/test_ime_driver/test_ime_application.cc
index 82c83aa8928a9dc4fb3013a85932b4a25f9d943c..f16bf51f15d3b4e46a01be158d776739f2497d72 100644
--- a/services/ui/ime/test_ime_driver/test_ime_application.cc
+++ b/services/ui/ime/test_ime_driver/test_ime_application.cc
@@ -21,7 +21,7 @@ TestIMEApplication::~TestIMEApplication() {}
void TestIMEApplication::OnStart() {
mojom::IMEDriverPtr ime_driver_ptr;
mojo::MakeStrongBinding(base::MakeUnique<TestIMEDriver>(),
- GetProxy(&ime_driver_ptr));
+ MakeRequest(&ime_driver_ptr));
ui::mojom::IMERegistrarPtr ime_registrar;
context()->connector()->ConnectToInterface(ui::mojom::kServiceName,
« no previous file with comments | « services/ui/ime/ime_unittest.cc ('k') | services/ui/public/cpp/window_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698