| Index: content/renderer/device_sensors/device_sensor_event_pump.h
|
| diff --git a/content/renderer/device_sensors/device_sensor_event_pump.h b/content/renderer/device_sensors/device_sensor_event_pump.h
|
| index 9a6e1e6ab506cc0ad4fdbf517b12a130633b6305..35a5e45ae5f0b243c6bdabcc42c94ec723dddde3 100644
|
| --- a/content/renderer/device_sensors/device_sensor_event_pump.h
|
| +++ b/content/renderer/device_sensors/device_sensor_event_pump.h
|
| @@ -25,7 +25,7 @@ class CONTENT_EXPORT DeviceSensorMojoClientMixin : public Base {
|
| explicit DeviceSensorMojoClientMixin(Args&&... args)
|
| : Base(std::forward<Args>(args)...) {
|
| mojo::InterfaceRequest<MojoInterface> request =
|
| - mojo::GetProxy(&mojo_interface_);
|
| + mojo::MakeRequest(&mojo_interface_);
|
|
|
| // When running layout tests, those observers should not listen to the
|
| // actual hardware changes. In order to make that happen, don't connect
|
|
|