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

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

Issue 1079983003: Move WebDevice{Motion|Orientation} related Blink API headers into their own (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl upload --no-find-copies Created 5 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/DeviceOrientationData.cpp
diff --git a/Source/modules/device_orientation/DeviceOrientationData.cpp b/Source/modules/device_orientation/DeviceOrientationData.cpp
index 05a010c1b64bf01d2efd341612a45bc0a4182af9..0a5db9b1ef8b5a173118ab522c5063c41cb18f21 100644
--- a/Source/modules/device_orientation/DeviceOrientationData.cpp
+++ b/Source/modules/device_orientation/DeviceOrientationData.cpp
@@ -25,7 +25,7 @@
#include "config.h"
#include "modules/device_orientation/DeviceOrientationData.h"
-#include "public/platform/WebDeviceOrientationData.h"
+#include "public/platform/modules/device_orientation/WebDeviceOrientationData.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698