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

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

Issue 23983049: Move dom/*Event* to events to match the DOM vs. Events spec separation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/DeviceSensorEventController.h
diff --git a/Source/modules/device_orientation/DeviceSensorEventController.h b/Source/modules/device_orientation/DeviceSensorEventController.h
index 9fdce9aec687ab4c1833f1857b37c3fa4b8b895a..f49d9cacb53b2ee07cedc67dc3fe009d52e3ec2e 100644
--- a/Source/modules/device_orientation/DeviceSensorEventController.h
+++ b/Source/modules/device_orientation/DeviceSensorEventController.h
@@ -26,7 +26,7 @@
#ifndef DeviceSensorEventController_h
#define DeviceSensorEventController_h
-#include "core/dom/Event.h"
+#include "core/events/Event.h"
#include "core/platform/Timer.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698