| Index: content/browser/device_sensors/device_motion_message_filter.cc
|
| diff --git a/content/browser/device_orientation/device_motion_message_filter.cc b/content/browser/device_sensors/device_motion_message_filter.cc
|
| similarity index 89%
|
| rename from content/browser/device_orientation/device_motion_message_filter.cc
|
| rename to content/browser/device_sensors/device_motion_message_filter.cc
|
| index 99b0bdba2c0478fb00c0fc32706354222713dd17..20463f432a2f7b3390d51e5918f6c350eaa8b8eb 100644
|
| --- a/content/browser/device_orientation/device_motion_message_filter.cc
|
| +++ b/content/browser/device_sensors/device_motion_message_filter.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/device_orientation/device_motion_message_filter.h"
|
| +#include "content/browser/device_sensors/device_motion_message_filter.h"
|
|
|
| -#include "content/browser/device_orientation/device_inertial_sensor_service.h"
|
| -#include "content/common/device_orientation/device_motion_messages.h"
|
| +#include "content/browser/device_sensors/device_inertial_sensor_service.h"
|
| +#include "content/common/device_sensors/device_motion_messages.h"
|
|
|
| namespace content {
|
|
|
|
|