| Index: device/vr/vr_device_provider.h
|
| diff --git a/content/browser/vr/vr_device_provider.h b/device/vr/vr_device_provider.h
|
| similarity index 70%
|
| rename from content/browser/vr/vr_device_provider.h
|
| rename to device/vr/vr_device_provider.h
|
| index 9a4910a47332819f91322b57362210f008ce754c..a81ed4294943a18ba5576fe834a657e14fcc5452 100644
|
| --- a/content/browser/vr/vr_device_provider.h
|
| +++ b/device/vr/vr_device_provider.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 CONTENT_BROWSER_VR_VR_DEVICE_PROVIDER_H
|
| -#define CONTENT_BROWSER_VR_VR_DEVICE_PROVIDER_H
|
| +#ifndef DEVICE_VR_VR_DEVICE_PROVIDER_H
|
| +#define DEVICE_VR_VR_DEVICE_PROVIDER_H
|
|
|
| #include <vector>
|
|
|
| -namespace content {
|
| +namespace device {
|
|
|
| class VRDevice;
|
|
|
| @@ -22,6 +22,6 @@ class VRDeviceProvider {
|
| virtual void Initialize() = 0;
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace device
|
|
|
| -#endif // CONTENT_BROWSER_VR_VR_DEVICE_PROVIDER_H
|
| +#endif // DEVICE_VR_VR_DEVICE_PROVIDER_H
|
|
|