| Index: content/browser/device_sensors/device_inertial_sensor_service.cc
|
| diff --git a/content/browser/device_sensors/device_inertial_sensor_service.cc b/content/browser/device_sensors/device_inertial_sensor_service.cc
|
| index 4ae9c9db16a2deb4db37067badf0305c83863e51..cf96820649e8810236f867e2af3e32f850db83a7 100644
|
| --- a/content/browser/device_sensors/device_inertial_sensor_service.cc
|
| +++ b/content/browser/device_sensors/device_inertial_sensor_service.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/logging.h"
|
| #include "base/memory/singleton.h"
|
| #include "content/browser/device_sensors/data_fetcher_shared_memory.h"
|
| -#include "content/public/browser/render_process_host.h"
|
|
|
| namespace content {
|
|
|
| @@ -91,7 +90,7 @@ void DeviceInertialSensorService::Shutdown() {
|
| is_shutdown_ = true;
|
| }
|
|
|
| -void DeviceInertialSensorService::SetDataFetcherForTests(
|
| +void DeviceInertialSensorService::SetDataFetcherForTesting(
|
| DataFetcherSharedMemory* test_data_fetcher) {
|
| data_fetcher_.reset(test_data_fetcher);
|
| }
|
|
|