| Index: device/sensors/device_sensor_host.cc
|
| diff --git a/device/sensors/device_sensor_host.cc b/device/sensors/device_sensor_host.cc
|
| index c0260f4e310ee775b5414a1f2ffbb883468e3572..18fe98912fc3020020cfa3bbb3af7055c66609f3 100644
|
| --- a/device/sensors/device_sensor_host.cc
|
| +++ b/device/sensors/device_sensor_host.cc
|
| @@ -25,8 +25,6 @@ DeviceSensorHost<MojoInterface, consumer_type>::DeviceSensorHost()
|
| : is_started_(false) {
|
| #if defined(OS_ANDROID)
|
| DCHECK(base::MessageLoopForUI::IsCurrent());
|
| -#else
|
| - DCHECK(base::MessageLoopForIO::IsCurrent());
|
| #endif
|
| }
|
|
|
|
|