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

Unified Diff: content/renderer/device_sensors/device_orientation_event_pump.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/renderer/device_sensors/device_orientation_event_pump.cc
diff --git a/content/renderer/device_orientation/device_orientation_event_pump.cc b/content/renderer/device_sensors/device_orientation_event_pump.cc
similarity index 97%
rename from content/renderer/device_orientation/device_orientation_event_pump.cc
rename to content/renderer/device_sensors/device_orientation_event_pump.cc
index 2ee6d218cd0da4d0594545dba2ecfba08bfdab2f..7a0b326d71f03ce1276970856fcbab6457da6143 100644
--- a/content/renderer/device_orientation/device_orientation_event_pump.cc
+++ b/content/renderer/device_sensors/device_orientation_event_pump.cc
@@ -6,7 +6,7 @@
#include <cmath>
-#include "content/common/device_orientation/device_orientation_messages.h"
+#include "content/common/device_sensors/device_orientation_messages.h"
#include "content/public/renderer/render_thread.h"
#include "third_party/WebKit/public/platform/WebDeviceOrientationListener.h"

Powered by Google App Engine
This is Rietveld 408576698