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

Unified Diff: device/generic_sensor/sensor_impl.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: device/generic_sensor/sensor_impl.cc
diff --git a/device/generic_sensor/sensor_impl.cc b/device/generic_sensor/sensor_impl.cc
index 4b7966974bbd1c61372151f4ad54ba9a81d38645..1cf9eb8494cfa1e0e1873eee128cf80e4d509591 100644
--- a/device/generic_sensor/sensor_impl.cc
+++ b/device/generic_sensor/sensor_impl.cc
@@ -20,7 +20,7 @@ SensorImpl::~SensorImpl() {
}
mojom::SensorClientRequest SensorImpl::GetClient() {
- return mojo::GetProxy(&client_);
+ return mojo::MakeRequest(&client_);
}
void SensorImpl::AddConfiguration(
« no previous file with comments | « device/bluetooth/device_unittest.cc ('k') | device/power_monitor/power_monitor_message_broadcaster_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698