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

Unified Diff: Source/modules/device_orientation/DeviceMotionDispatcher.h

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_orientation/DeviceMotionDispatcher.h
diff --git a/Source/modules/device_orientation/DeviceMotionDispatcher.h b/Source/modules/device_orientation/DeviceMotionDispatcher.h
index 2ae8c224c11c3745abd7c3fca9e60b6c44f0fcb6..8ffa3129962052cb645d9713b6457a1af5ad9d4e 100644
--- a/Source/modules/device_orientation/DeviceMotionDispatcher.h
+++ b/Source/modules/device_orientation/DeviceMotionDispatcher.h
@@ -32,7 +32,7 @@
#define DeviceMotionDispatcher_h
#include "heap/Handle.h"
-#include "modules/device_orientation/DeviceSensorEventDispatcher.h"
+#include "modules/device_sensors_common/DeviceSensorEventDispatcher.h"
#include "public/platform/WebDeviceMotionListener.h"
#include "wtf/RefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698