| Index: third_party/WebKit/Source/platform/vr/vr_type_converters.h
|
| diff --git a/content/renderer/vr/vr_type_converters.h b/third_party/WebKit/Source/platform/vr/vr_type_converters.h
|
| similarity index 87%
|
| rename from content/renderer/vr/vr_type_converters.h
|
| rename to third_party/WebKit/Source/platform/vr/vr_type_converters.h
|
| index 8902cd5a844374a439ffbd121c7b87855d0c51b7..ef2fef4eeb63981349ba2ee3a9a79e415062c585 100644
|
| --- a/content/renderer/vr/vr_type_converters.h
|
| +++ b/third_party/WebKit/Source/platform/vr/vr_type_converters.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_CONTENT_RENDERER_VR_VR_TYPE_CONVERTERS_H_
|
| -#define CHROME_CONTENT_RENDERER_VR_VR_TYPE_CONVERTERS_H_
|
| +#ifndef BLINK_PLATFORM_VR_VR_TYPE_CONVERTERS_H_
|
| +#define BLINK_PLATFORM_VR_VR_TYPE_CONVERTERS_H_
|
|
|
| #include "content/common/vr_service.mojom.h"
|
| #include "mojo/common/common_type_converters.h"
|
| -#include "third_party/WebKit/public/platform/modules/vr/WebVR.h"
|
| +#include "public/platform/modules/vr/WebVR.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -59,4 +59,4 @@ struct TypeConverter<blink::WebHMDSensorState, content::VRSensorStatePtr> {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // CHROME_CONTENT_RENDERER_VR_VR_TYPE_CONVERTERS_H_
|
| +#endif // BLINK_PLATFORM_VR_VR_TYPE_CONVERTERS_H_
|
|
|