| Index: content/browser/device_sensors/data_fetcher_shared_memory.h
|
| diff --git a/content/browser/device_sensors/data_fetcher_shared_memory.h b/content/browser/device_sensors/data_fetcher_shared_memory.h
|
| index 85afac4b30d48ea8d40e630abfd0086cc3a3042b..6b209ae289ec64d5c50d40dd02c3671749fa7771 100644
|
| --- a/content/browser/device_sensors/data_fetcher_shared_memory.h
|
| +++ b/content/browser/device_sensors/data_fetcher_shared_memory.h
|
| @@ -10,9 +10,9 @@
|
| #include "content/browser/device_sensors/data_fetcher_shared_memory_base.h"
|
|
|
| #if !defined(OS_ANDROID)
|
| -#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"
|
| #endif
|
|
|
| #if defined(OS_MACOSX)
|
|
|