| 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();
|
| }
|
|
|
|
|