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

Unified Diff: public/platform/modules/device_orientation/WebDeviceMotionData.h

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: 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: public/platform/modules/device_orientation/WebDeviceMotionData.h
diff --git a/public/platform/WebDeviceMotionData.h b/public/platform/modules/device_orientation/WebDeviceMotionData.h
similarity index 98%
copy from public/platform/WebDeviceMotionData.h
copy to public/platform/modules/device_orientation/WebDeviceMotionData.h
index 05f49698b0ed25705e4b2bc0fc6af291a210a0ae..549b0f9ed6172595f8b4b84da622044e5b6c0999 100644
--- a/public/platform/WebDeviceMotionData.h
+++ b/public/platform/modules/device_orientation/WebDeviceMotionData.h
@@ -31,7 +31,7 @@
#ifndef WebDeviceMotionData_h
#define WebDeviceMotionData_h
-#include "WebCommon.h"
+#include "public/platform/WebCommon.h"
#if INSIDE_BLINK
#include "wtf/Assertions.h"

Powered by Google App Engine
This is Rietveld 408576698