| Index: sky/engine/platform/KeyboardCodes.h
|
| diff --git a/sky/engine/platform/KeyboardCodes.h b/sky/engine/platform/KeyboardCodes.h
|
| index 6ca22c882e16828f7212486c8f7d98d90ba0bc8b..7e2ad2b6ea941e15eb9c787ec4859f1fa7ab28bf 100644
|
| --- a/sky/engine/platform/KeyboardCodes.h
|
| +++ b/sky/engine/platform/KeyboardCodes.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef KeyboardCodes_h
|
| -#define KeyboardCodes_h
|
| +#ifndef SKY_ENGINE_PLATFORM_KEYBOARDCODES_H_
|
| +#define SKY_ENGINE_PLATFORM_KEYBOARDCODES_H_
|
|
|
| #include "sky/engine/platform/WindowsKeyboardCodes.h"
|
|
|
| @@ -554,4 +554,4 @@ enum {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_KEYBOARDCODES_H_
|
|
|