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

Unified Diff: Source/modules/device_orientation/DeviceMotionController.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/DeviceMotionController.cpp
diff --git a/Source/modules/device_orientation/DeviceMotionController.cpp b/Source/modules/device_orientation/DeviceMotionController.cpp
index 340e54c5bc33a7bab31f45dacdd29c22bead897d..b6b03a14f7bb48ad043efc28914a13ba0f69d8fb 100644
--- a/Source/modules/device_orientation/DeviceMotionController.cpp
+++ b/Source/modules/device_orientation/DeviceMotionController.cpp
@@ -25,11 +25,11 @@
*/
#include "config.h"
-#include "DeviceMotionController.h"
+#include "modules/device_orientation/DeviceMotionController.h"
-#include "DeviceMotionClient.h"
-#include "DeviceMotionData.h"
-#include "DeviceMotionEvent.h"
+#include "modules/device_orientation/DeviceMotionClient.h"
+#include "modules/device_orientation/DeviceMotionData.h"
+#include "modules/device_orientation/DeviceMotionEvent.h"
#include "core/page/Page.h"
namespace WebCore {
« no previous file with comments | « Source/modules/device_orientation/DeviceAcceleration.cpp ('k') | Source/modules/device_orientation/DeviceMotionData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698