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

Unified Diff: content/browser/background_sync/background_sync_service_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
« no previous file with comments | « content/browser/android/java_interfaces_impl.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/browser/android/java_interfaces_impl.cc ('k') | content/browser/browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698