| Index: device/vr/vr_export.h
|
| diff --git a/device/vr/vr_export.h b/device/vr/vr_export.h
|
| index a450834767d625baf8f1d0be13a7835878e27256..0afc127352e7b8b3cc6ec22aec2c9b59c8887532 100644
|
| --- a/device/vr/vr_export.h
|
| +++ b/device/vr/vr_export.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 DEVICE_VR_DEVICE_VR_EXPORT_H_
|
| -#define DEVICE_VR_DEVICE_VR_EXPORT_H_
|
| +#ifndef DEVICE_VR_VR_EXPORT_H_
|
| +#define DEVICE_VR_VR_EXPORT_H_
|
|
|
| #if defined(COMPONENT_BUILD) && defined(WIN32)
|
|
|
| @@ -25,4 +25,4 @@
|
| #define DEVICE_VR_EXPORT
|
| #endif
|
|
|
| -#endif // DEVICE_VR_DEVICE_VR_EXPORT_H_
|
| +#endif // DEVICE_VR_VR_EXPORT_H_
|
|
|