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

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: Fix comments 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..9f87e04ae562c70de92bccc19aeb5a8e33194d7f 100644
--- a/Source/modules/device_orientation/DeviceMotionDispatcher.h
+++ b/Source/modules/device_orientation/DeviceMotionDispatcher.h
@@ -31,8 +31,8 @@
#ifndef DeviceMotionDispatcher_h
#define DeviceMotionDispatcher_h
+#include "core/frame/DeviceSensorEventDispatcher.h"
#include "heap/Handle.h"
-#include "modules/device_orientation/DeviceSensorEventDispatcher.h"
#include "public/platform/WebDeviceMotionListener.h"
#include "wtf/RefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698