| 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(
|
|
|