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

Unified Diff: Source/modules/vr/VRController.h

Issue 1165223006: Move WebVR public headers into public/platform/modules/vr (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed mismatched forward declaration Created 5 years, 6 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/modules/vr/HMDVRDevice.h ('k') | Source/modules/vr/VREyeParameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRController.h
diff --git a/Source/modules/vr/VRController.h b/Source/modules/vr/VRController.h
index e8f2460e56c28721a64f72181c58ca6dc20635f8..93e3937777647d3134bbae72804bec30cc81b9cb 100644
--- a/Source/modules/vr/VRController.h
+++ b/Source/modules/vr/VRController.h
@@ -8,8 +8,8 @@
#include "core/frame/LocalFrameLifecycleObserver.h"
#include "modules/ModulesExport.h"
#include "platform/Supplementable.h"
-#include "public/platform/WebVR.h"
-#include "public/platform/WebVRClient.h"
+#include "public/platform/modules/vr/WebVR.h"
+#include "public/platform/modules/vr/WebVRClient.h"
namespace blink {
« no previous file with comments | « Source/modules/vr/HMDVRDevice.h ('k') | Source/modules/vr/VREyeParameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698