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

Unified Diff: content/browser/memory/memory_coordinator_impl_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: content/browser/memory/memory_coordinator_impl_unittest.cc
diff --git a/content/browser/memory/memory_coordinator_impl_unittest.cc b/content/browser/memory/memory_coordinator_impl_unittest.cc
index e52b3031b2d678308e7ca026c9555eb4e5da45be..c6b8464bca978934c6c2f503dd0210f1ce9f8737 100644
--- a/content/browser/memory/memory_coordinator_impl_unittest.cc
+++ b/content/browser/memory/memory_coordinator_impl_unittest.cc
@@ -89,7 +89,7 @@ class TestMemoryCoordinatorImpl : public MemoryCoordinatorImpl {
// Mojo machinery for wrapping a mock ChildMemoryCoordinator.
struct Child {
Child(mojom::ChildMemoryCoordinatorPtr* cmc_ptr) : cmc_binding(&cmc) {
- cmc_binding.Bind(mojo::GetProxy(cmc_ptr));
+ cmc_binding.Bind(mojo::MakeRequest(cmc_ptr));
RunUntilIdle();
}
« no previous file with comments | « content/browser/memory/memory_coordinator_impl.cc ('k') | content/browser/payments/payment_app_content_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698