| Index: content/renderer/device_sensors/device_sensor_event_pump.h
|
| diff --git a/content/renderer/device_orientation/device_sensor_event_pump.h b/content/renderer/device_sensors/device_sensor_event_pump.h
|
| similarity index 88%
|
| rename from content/renderer/device_orientation/device_sensor_event_pump.h
|
| rename to content/renderer/device_sensors/device_sensor_event_pump.h
|
| index 8f0e37e80c3f45429bb62e39fb9be6c65fed7a37..c60f079fa3bcbc49084f8bbe9abc9c55090a0f45 100644
|
| --- a/content/renderer/device_orientation/device_sensor_event_pump.h
|
| +++ b/content/renderer/device_sensors/device_sensor_event_pump.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_DEVICE_SENSOR_EVENT_PUMP_H_
|
| -#define CONTENT_RENDERER_DEVICE_SENSOR_EVENT_PUMP_H_
|
| +#ifndef CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_SENSOR_EVENT_PUMP_H_
|
| +#define CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_SENSOR_EVENT_PUMP_H_
|
|
|
| #include "base/memory/shared_memory.h"
|
| #include "base/timer/timer.h"
|
| @@ -57,4 +57,4 @@ class CONTENT_EXPORT DeviceSensorEventPump : public RenderProcessObserver {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_DEVICE_SENSOR_EVENT_PUMP_H_
|
| +#endif // CONTENT_RENDERER_DEVICE_SENSORS_DEVICE_SENSOR_EVENT_PUMP_H_
|
|
|