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

Unified Diff: extensions/browser/api/mime_handler_private/mime_handler_private_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 | « device/vr/vr_service_impl_unittest.cc ('k') | extensions/browser/mojo/keep_alive_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/mime_handler_private/mime_handler_private_unittest.cc
diff --git a/extensions/browser/api/mime_handler_private/mime_handler_private_unittest.cc b/extensions/browser/api/mime_handler_private/mime_handler_private_unittest.cc
index 47df5cb4440ea2c14df15f9bdc439c2999082d7e..8058914956f5c7db22e669128109b3c693ddae17 100644
--- a/extensions/browser/api/mime_handler_private/mime_handler_private_unittest.cc
+++ b/extensions/browser/api/mime_handler_private/mime_handler_private_unittest.cc
@@ -51,7 +51,7 @@ class MimeHandlerServiceImplTest : public testing::Test {
service_binding_ =
mojo::MakeStrongBinding(base::MakeUnique<MimeHandlerServiceImpl>(
stream_container_->GetWeakPtr()),
- mojo::GetProxy(&service_ptr_));
+ mojo::MakeRequest(&service_ptr_));
}
void TearDown() override {
service_binding_->Close();
« no previous file with comments | « device/vr/vr_service_impl_unittest.cc ('k') | extensions/browser/mojo/keep_alive_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698