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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 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.cpp
diff --git a/Source/modules/device_orientation/DeviceMotionEvent.cpp b/Source/modules/device_orientation/DeviceMotionEvent.cpp
index 8950b97f4da59e9795260208b5650c50374fe9ed..67872c9041bd70d114a44e88d876bad838feff84 100644
--- a/Source/modules/device_orientation/DeviceMotionEvent.cpp
+++ b/Source/modules/device_orientation/DeviceMotionEvent.cpp
@@ -24,12 +24,12 @@
*/
#include "config.h"
-#include "DeviceMotionEvent.h"
+#include "modules/device_orientation/DeviceMotionEvent.h"
-#include "DeviceAcceleration.h"
-#include "DeviceMotionData.h"
-#include "DeviceRotationRate.h"
-#include "EventNames.h"
+#include "modules/device_orientation/DeviceAcceleration.h"
+#include "modules/device_orientation/DeviceMotionData.h"
+#include "modules/device_orientation/DeviceRotationRate.h"
+#include "core/dom/EventNames.h"
namespace WebCore {
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionEvent.h ('k') | Source/modules/device_orientation/DeviceRotationRate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698