Index: content/browser/device_sensors/device_inertial_sensor_browsertest.cc |
diff --git a/content/browser/device_orientation/device_inertial_sensor_browsertest.cc b/content/browser/device_sensors/device_inertial_sensor_browsertest.cc |
similarity index 96% |
rename from content/browser/device_orientation/device_inertial_sensor_browsertest.cc |
rename to content/browser/device_sensors/device_inertial_sensor_browsertest.cc |
index 95e124eb73baf67c5fac7bba109c214e65d6cd87..9d4d48957289a118b0cf9e6e3a2fb5567e079a07 100644 |
--- a/content/browser/device_orientation/device_inertial_sensor_browsertest.cc |
+++ b/content/browser/device_sensors/device_inertial_sensor_browsertest.cc |
@@ -5,10 +5,10 @@ |
#include "base/command_line.h" |
#include "base/synchronization/waitable_event.h" |
#include "base/threading/platform_thread.h" |
-#include "content/browser/device_orientation/data_fetcher_shared_memory.h" |
-#include "content/browser/device_orientation/device_inertial_sensor_service.h" |
-#include "content/common/device_orientation/device_motion_hardware_buffer.h" |
-#include "content/common/device_orientation/device_orientation_hardware_buffer.h" |
+#include "content/browser/device_sensors/data_fetcher_shared_memory.h" |
+#include "content/browser/device_sensors/device_inertial_sensor_service.h" |
+#include "content/common/device_sensors/device_motion_hardware_buffer.h" |
+#include "content/common/device_sensors/device_orientation_hardware_buffer.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/web_contents.h" |
#include "content/public/common/content_switches.h" |
@@ -149,7 +149,6 @@ class FakeDataFetcher : public DataFetcherSharedMemory { |
bool sensor_data_available_; |
private: |
- |
DISALLOW_COPY_AND_ASSIGN(FakeDataFetcher); |
}; |
@@ -285,6 +284,6 @@ IN_PROC_BROWSER_TEST_F(DeviceInertialSensorBrowserTest, |
EXPECT_EQ("pass", shell()->web_contents()->GetLastCommittedURL().ref()); |
} |
-} // namespace |
+} // namespace |
-} // namespace content |
+} // namespace content |