| Index: content/browser/device_sensors/data_fetcher_shared_memory_android.cc
|
| diff --git a/content/browser/device_sensors/data_fetcher_shared_memory_android.cc b/content/browser/device_sensors/data_fetcher_shared_memory_android.cc
|
| index d746b4d32856e6567870a326cb5d25dc4f916ece..3109f2104f4d0666a4a3fda987b42879669f25e8 100644
|
| --- a/content/browser/device_sensors/data_fetcher_shared_memory_android.cc
|
| +++ b/content/browser/device_sensors/data_fetcher_shared_memory_android.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "base/logging.h"
|
| #include "content/browser/device_sensors/sensor_manager_android.h"
|
| -#include "content/common/device_sensors/device_light_hardware_buffer.h"
|
| -#include "content/common/device_sensors/device_motion_hardware_buffer.h"
|
| -#include "content/common/device_sensors/device_orientation_hardware_buffer.h"
|
| +#include "device/sensors/public/cpp/device_light_hardware_buffer.h"
|
| +#include "device/sensors/public/cpp/device_motion_hardware_buffer.h"
|
| +#include "device/sensors/public/cpp/device_orientation_hardware_buffer.h"
|
|
|
| namespace content {
|
|
|
|
|