Index: content/browser/device_sensors/sensor_manager_android.h |
diff --git a/content/browser/device_orientation/sensor_manager_android.h b/content/browser/device_sensors/sensor_manager_android.h |
similarity index 89% |
rename from content/browser/device_orientation/sensor_manager_android.h |
rename to content/browser/device_sensors/sensor_manager_android.h |
index 6276065dc25d2a81199b9f6407f27439abf12963..f2a552ecf5c67181ba07d64a223a108aa605b74f 100644 |
--- a/content/browser/device_orientation/sensor_manager_android.h |
+++ b/content/browser/device_sensors/sensor_manager_android.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_DEVICE_ORIENTATION_SENSOR_MANAGER_ANDROID_H_ |
-#define CHROME_BROWSER_DEVICE_ORIENTATION_SENSOR_MANAGER_ANDROID_H_ |
+#ifndef CONTENT_BROWSER_DEVICE_SENSORS_SENSOR_MANAGER_ANDROID_H_ |
+#define CONTENT_BROWSER_DEVICE_SENSORS_SENSOR_MANAGER_ANDROID_H_ |
#include "base/android/scoped_java_ref.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/synchronization/lock.h" |
#include "content/common/content_export.h" |
-#include "content/common/device_orientation/device_motion_hardware_buffer.h" |
-#include "content/common/device_orientation/device_orientation_hardware_buffer.h" |
+#include "content/common/device_sensors/device_motion_hardware_buffer.h" |
+#include "content/common/device_sensors/device_orientation_hardware_buffer.h" |
template<typename T> struct DefaultSingletonTraits; |
@@ -96,4 +96,4 @@ class CONTENT_EXPORT SensorManagerAndroid { |
} // namespace content |
-#endif // CHROME_BROWSER_DEVICE_ORIENTATION_SENSOR_MANAGER_ANDROID_H_ |
+#endif // CONTENT_BROWSER_DEVICE_SENSORS_SENSOR_MANAGER_ANDROID_H_ |