Index: content/browser/background_sync/background_sync_service_impl_unittest.cc |
diff --git a/content/browser/background_sync/background_sync_service_impl_unittest.cc b/content/browser/background_sync/background_sync_service_impl_unittest.cc |
index 158c51848709d72d4b9202710fdb3c70715e4b72..197cf17df63c40b97b0962d0f0a06167cfeec01c 100644 |
--- a/content/browser/background_sync/background_sync_service_impl_unittest.cc |
+++ b/content/browser/background_sync/background_sync_service_impl_unittest.cc |
@@ -179,7 +179,7 @@ class BackgroundSyncServiceImplTest : public testing::Test { |
// Create a dummy mojo channel so that the BackgroundSyncServiceImpl can be |
// instantiated. |
mojo::InterfaceRequest<blink::mojom::BackgroundSyncService> |
- service_request = mojo::GetProxy(&service_ptr_); |
+ service_request = mojo::MakeRequest(&service_ptr_); |
// Create a new BackgroundSyncServiceImpl bound to the dummy channel. |
background_sync_context_->CreateService(std::move(service_request)); |
base::RunLoop().RunUntilIdle(); |