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

Unified Diff: Source/modules/device_orientation/DeviceOrientationDispatcher.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/DeviceOrientationDispatcher.h
diff --git a/Source/modules/device_orientation/DeviceOrientationDispatcher.h b/Source/modules/device_orientation/DeviceOrientationDispatcher.h
index 92c1e8b547cb35f4964c69de911947655098f73b..b31d2dafc23221d17fabcb78df647b99df1a0b0b 100644
--- a/Source/modules/device_orientation/DeviceOrientationDispatcher.h
+++ b/Source/modules/device_orientation/DeviceOrientationDispatcher.h
@@ -32,7 +32,7 @@
#define DeviceOrientationDispatcher_h
#include "heap/Handle.h"
-#include "modules/device_orientation/DeviceSensorEventDispatcher.h"
+#include "modules/device_sensors_common/DeviceSensorEventDispatcher.h"
#include "public/platform/WebDeviceOrientationListener.h"
#include "wtf/RefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698