Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1723)

Unified Diff: content/browser/device_sensors/device_inertial_sensor_browsertest.cc

Issue 236833003: Rename device_orientation to device_sensors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698