| Index: content/renderer/device_sensors/device_motion_event_pump.cc
|
| diff --git a/content/renderer/device_orientation/device_motion_event_pump.cc b/content/renderer/device_sensors/device_motion_event_pump.cc
|
| similarity index 96%
|
| rename from content/renderer/device_orientation/device_motion_event_pump.cc
|
| rename to content/renderer/device_sensors/device_motion_event_pump.cc
|
| index c60bd7a1265851212a05eae0625409ea37328a80..1d464a0bddf4342686c0d747e451db02e32cacd8 100644
|
| --- a/content/renderer/device_orientation/device_motion_event_pump.cc
|
| +++ b/content/renderer/device_sensors/device_motion_event_pump.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "device_motion_event_pump.h"
|
|
|
| -#include "content/common/device_orientation/device_motion_messages.h"
|
| +#include "content/common/device_sensors/device_motion_messages.h"
|
| #include "content/public/renderer/render_thread.h"
|
| #include "third_party/WebKit/public/platform/WebDeviceMotionListener.h"
|
|
|
|
|