| Index: device/sensors/public/cpp/device_orientation_hardware_buffer.h
|
| diff --git a/device/sensors/public/cpp/device_orientation_hardware_buffer.h b/device/sensors/public/cpp/device_orientation_hardware_buffer.h
|
| index 8258f0de4008c799a18efb50223d69b9e63d2fc8..20168f5d07eac0e74829dcce13da754049b5734d 100644
|
| --- a/device/sensors/public/cpp/device_orientation_hardware_buffer.h
|
| +++ b/device/sensors/public/cpp/device_orientation_hardware_buffer.h
|
| @@ -6,11 +6,11 @@
|
| #define DEVICE_SENSORS_PUBLIC_CPP_DEVICE_ORIENTATION_HARDWARE_BUFFER_H_
|
|
|
| #include "device/base/synchronization/shared_memory_seqlock_buffer.h"
|
| -#include "third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h"
|
| +#include "device/sensors/public/cpp/orientation_data.h"
|
|
|
| namespace device {
|
|
|
| -typedef SharedMemorySeqLockBuffer<blink::WebDeviceOrientationData>
|
| +typedef SharedMemorySeqLockBuffer<OrientationData>
|
| DeviceOrientationHardwareBuffer;
|
|
|
| } // namespace device
|
|
|