| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 984a9256f23a6a2d28588e94adacccfef5cc7e2a..e0555b4f2f042020030eb15e15e8fca3789ac848 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -43,7 +43,7 @@
|
| #include "components/tracing/common/trace_to_console.h"
|
| #include "components/tracing/common/tracing_switches.h"
|
| #include "content/browser/browser_thread_impl.h"
|
| -#include "content/browser/device_sensors/device_inertial_sensor_service.h"
|
| +#include "content/browser/device_sensors/device_sensor_service.h"
|
| #include "content/browser/dom_storage/dom_storage_area.h"
|
| #include "content/browser/download/save_file_manager.h"
|
| #include "content/browser/gamepad/gamepad_service.h"
|
| @@ -1132,7 +1132,7 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() {
|
| }
|
| {
|
| TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:SensorService");
|
| - DeviceInertialSensorService::GetInstance()->Shutdown();
|
| + DeviceSensorService::GetInstance()->Shutdown();
|
| }
|
| #if !defined(OS_ANDROID)
|
| {
|
|
|