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

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

Issue 297103002: Move modules-dependent Event code out of core. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comments. Created 6 years, 7 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/DeviceMotionEvent.h
diff --git a/Source/modules/device_orientation/DeviceMotionEvent.h b/Source/modules/device_orientation/DeviceMotionEvent.h
index 65cb805f4879fbb1b635a493b917cd36e6a2e7c6..20ac08b4bb77d20234c7bd3bba36ed9754db03ab 100644
--- a/Source/modules/device_orientation/DeviceMotionEvent.h
+++ b/Source/modules/device_orientation/DeviceMotionEvent.h
@@ -26,7 +26,7 @@
#ifndef DeviceMotionEvent_h
#define DeviceMotionEvent_h
-#include "core/events/Event.h"
+#include "modules/EventModules.h"
#include "platform/heap/Handle.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698