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

Unified Diff: Source/core/dom/DeviceOrientationController.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
« no previous file with comments | « Source/core/dom/DecodedDataDocumentParser.cpp ('k') | Source/core/dom/DeviceOrientationData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DeviceOrientationController.cpp
diff --git a/Source/core/dom/DeviceOrientationController.cpp b/Source/core/dom/DeviceOrientationController.cpp
index 95267665214f2a6cd6800c2ae11dcb6acf7fcc15..7029da4ae49465d1a61ec42566033693614c1f52 100644
--- a/Source/core/dom/DeviceOrientationController.cpp
+++ b/Source/core/dom/DeviceOrientationController.cpp
@@ -25,12 +25,12 @@
*/
#include "config.h"
-#include "DeviceOrientationController.h"
+#include "core/dom/DeviceOrientationController.h"
-#include "DeviceOrientationClient.h"
-#include "DeviceOrientationData.h"
-#include "DeviceOrientationEvent.h"
#include "InspectorInstrumentation.h"
+#include "core/dom/DeviceOrientationClient.h"
+#include "core/dom/DeviceOrientationData.h"
+#include "core/dom/DeviceOrientationEvent.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/DecodedDataDocumentParser.cpp ('k') | Source/core/dom/DeviceOrientationData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698