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

Unified Diff: Source/modules/device_sensors_common/DeviceSensorEventController.cpp

Issue 191003009: Move DeviceSensorEvent* h|cpp files to a common module (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: Source/modules/device_sensors_common/DeviceSensorEventController.cpp
diff --git a/Source/modules/device_orientation/DeviceSensorEventController.cpp b/Source/modules/device_sensors_common/DeviceSensorEventController.cpp
similarity index 97%
rename from Source/modules/device_orientation/DeviceSensorEventController.cpp
rename to Source/modules/device_sensors_common/DeviceSensorEventController.cpp
index fda95d867bf38b27b5384e0d07a374741882f077..cebb4752e53d4d66b5257cf034894cb7797dcf2d 100644
--- a/Source/modules/device_orientation/DeviceSensorEventController.cpp
+++ b/Source/modules/device_sensors_common/DeviceSensorEventController.cpp
@@ -25,7 +25,7 @@
*/
#include "config.h"
-#include "modules/device_orientation/DeviceSensorEventController.h"
+#include "modules/device_sensors_common/DeviceSensorEventController.h"
#include "core/dom/Document.h"
#include "core/frame/DOMWindow.h"

Powered by Google App Engine
This is Rietveld 408576698