| Index: device/vr/vr_device.h
|
| diff --git a/content/browser/vr/vr_device.h b/device/vr/vr_device.h
|
| similarity index 84%
|
| rename from content/browser/vr/vr_device.h
|
| rename to device/vr/vr_device.h
|
| index a5d9ed618b4c2bf15a7754346715696f5a9f06f3..50d7a388c8b77a5b72ca4eab0797969444657bcc 100644
|
| --- a/content/browser/vr/vr_device.h
|
| +++ b/device/vr/vr_device.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_VR_VR_DEVICE_H
|
| -#define CONTENT_BROWSER_VR_VR_DEVICE_H
|
| +#ifndef DEVICE_VR_VR_DEVICE_H
|
| +#define DEVICE_VR_VR_DEVICE_H
|
|
|
| #include "base/macros.h"
|
| #include "third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h"
|
| @@ -16,7 +16,7 @@ namespace ui {
|
| class BaseWindow;
|
| }
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| class VRDeviceProvider;
|
|
|
| @@ -43,6 +43,6 @@ class VRDevice {
|
| DISALLOW_COPY_AND_ASSIGN(VRDevice);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|
| -#endif // CONTENT_BROWSER_VR_VR_DEVICE_H
|
| +#endif // DEVICE_VR_VR_DEVICE_H
|
|
|