| Index: content/renderer/device_sensors/device_orientation_event_pump.h
|
| diff --git a/content/renderer/device_orientation/device_orientation_event_pump.h b/content/renderer/device_sensors/device_orientation_event_pump.h
|
| similarity index 85%
|
| rename from content/renderer/device_orientation/device_orientation_event_pump.h
|
| rename to content/renderer/device_sensors/device_orientation_event_pump.h
|
| index ac7f31cd3b01a36094d54a10ba17620fbb6e9285..fa84baf85a97278bda362cd45a4398a6476112e7 100644
|
| --- a/content/renderer/device_orientation/device_orientation_event_pump.h
|
| +++ b/content/renderer/device_sensors/device_orientation_event_pump.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_DEVICE_ORIENTATION_EVENT_PUMP_H_
|
| -#define CONTENT_RENDERER_DEVICE_ORIENTATION_EVENT_PUMP_H_
|
| +#ifndef CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_ORIENTATION_EVENT_PUMP_H_
|
| +#define CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_ORIENTATION_EVENT_PUMP_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/renderer/device_orientation/device_sensor_event_pump.h"
|
| +#include "content/renderer/device_sensors/device_sensor_event_pump.h"
|
| #include "content/renderer/shared_memory_seqlock_reader.h"
|
| #include "third_party/WebKit/public/platform/WebDeviceOrientationData.h"
|
|
|
| @@ -51,4 +51,4 @@ class CONTENT_EXPORT DeviceOrientationEventPump : public DeviceSensorEventPump {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_DEVICE_ORIENTATION_EVENT_PUMP_H_
|
| +#endif // CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_ORIENTATION_EVENT_PUMP_H_
|
|
|