Index: third_party/WebKit/Source/platform/vr/vr_type_converters.cc |
diff --git a/content/renderer/vr/vr_type_converters.cc b/third_party/WebKit/Source/platform/vr/vr_type_converters.cc |
similarity index 93% |
rename from content/renderer/vr/vr_type_converters.cc |
rename to third_party/WebKit/Source/platform/vr/vr_type_converters.cc |
index ba220a4f4f9348a4f1bbbf2c1de0e4a8a59c83a9..7af120503ae82166d91cfd8001e5120370647b3d 100644 |
--- a/content/renderer/vr/vr_type_converters.cc |
+++ b/third_party/WebKit/Source/platform/vr/vr_type_converters.cc |
@@ -2,20 +2,20 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/renderer/vr/vr_type_converters.h" |
+#include "platform/vr/vr_type_converters.h" |
#include <string.h> |
#include <algorithm> |
-using content::VRVector3Ptr; |
-using content::VRVector4Ptr; |
-using content::VRRectPtr; |
-using content::VRFieldOfViewPtr; |
-using content::VREyeParametersPtr; |
-using content::VRHMDInfoPtr; |
-using content::VRDeviceInfoPtr; |
-using content::VRSensorStatePtr; |
+using mojom::VRVector3Ptr; |
+using mojom::VRVector4Ptr; |
+using mojom::VRRectPtr; |
+using mojom::VRFieldOfViewPtr; |
+using mojom::VREyeParametersPtr; |
+using mojom::VRHMDInfoPtr; |
+using mojom::VRDeviceInfoPtr; |
+using mojom::VRSensorStatePtr; |
namespace mojo { |