| Index: sky/engine/core/rendering/style/CursorData.h
|
| diff --git a/sky/engine/core/rendering/style/CursorData.h b/sky/engine/core/rendering/style/CursorData.h
|
| index 151960710b2d17af355a07a01d75a19874a5720d..6e1fac15f24b14060b7268802c4907214e472fac 100644
|
| --- a/sky/engine/core/rendering/style/CursorData.h
|
| +++ b/sky/engine/core/rendering/style/CursorData.h
|
| @@ -22,8 +22,8 @@
|
| *
|
| */
|
|
|
| -#ifndef CursorData_h
|
| -#define CursorData_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_CURSORDATA_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_CURSORDATA_H_
|
|
|
| #include "sky/engine/core/rendering/style/StyleImage.h"
|
| #include "sky/engine/platform/geometry/IntPoint.h"
|
| @@ -61,4 +61,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // CursorData_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_CURSORDATA_H_
|
|
|