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

Unified Diff: Source/modules/device_sensors_common/DeviceSensorEventDispatcher.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/DeviceSensorEventDispatcher.cpp
diff --git a/Source/modules/device_orientation/DeviceSensorEventDispatcher.cpp b/Source/modules/device_sensors_common/DeviceSensorEventDispatcher.cpp
similarity index 97%
rename from Source/modules/device_orientation/DeviceSensorEventDispatcher.cpp
rename to Source/modules/device_sensors_common/DeviceSensorEventDispatcher.cpp
index b5cd6ffaf0e3d161b4249679df4d94179d4d84a7..2d016927511e4e2700025afc86069b17b78c3c81 100644
--- a/Source/modules/device_orientation/DeviceSensorEventDispatcher.cpp
+++ b/Source/modules/device_sensors_common/DeviceSensorEventDispatcher.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "modules/device_orientation/DeviceSensorEventDispatcher.h"
+#include "modules/device_sensors_common/DeviceSensorEventDispatcher.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698