Index: content/browser/device_sensors/device_inertial_sensor_service.h |
diff --git a/content/browser/device_orientation/device_inertial_sensor_service.h b/content/browser/device_sensors/device_inertial_sensor_service.h |
similarity index 88% |
rename from content/browser/device_orientation/device_inertial_sensor_service.h |
rename to content/browser/device_sensors/device_inertial_sensor_service.h |
index 1c7c162f23f2cab6670e603e99dde37b5cb1ef9a..3b8f43eee9e73b14551e4f77398250bf82bb71cd 100644 |
--- a/content/browser/device_orientation/device_inertial_sensor_service.h |
+++ b/content/browser/device_sensors/device_inertial_sensor_service.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_BROWSER_DEVICE_ORIENTATION_DEVICE_INERTIAL_SENSOR_SERVICE_H_ |
-#define CONTENT_BROWSER_DEVICE_ORIENTATION_DEVICE_INERTIAL_SENSOR_SERVICE_H_ |
+#ifndef CONTENT_BROWSER_DEVICE_SENSORS_DEVICE_INERTIAL_SENSOR_SERVICE_H_ |
+#define CONTENT_BROWSER_DEVICE_SENSORS_DEVICE_INERTIAL_SENSOR_SERVICE_H_ |
#include "base/basictypes.h" |
#include "base/callback_forward.h" |
@@ -11,7 +11,7 @@ |
#include "base/memory/shared_memory.h" |
#include "base/memory/singleton.h" |
#include "base/threading/thread_checker.h" |
-#include "content/browser/device_orientation/inertial_sensor_consts.h" |
+#include "content/browser/device_sensors/inertial_sensor_consts.h" |
#include "content/common/content_export.h" |
namespace content { |
@@ -69,4 +69,4 @@ class CONTENT_EXPORT DeviceInertialSensorService { |
} // namespace content |
-#endif // CONTENT_BROWSER_DEVICE_ORIENTATION_DEVICE_INERTIAL_SENSOR_SERVICE_H_ |
+#endif // CONTENT_BROWSER_DEVICE_SENSORS_DEVICE_INERTIAL_SENSOR_SERVICE_H_ |