| Index: sky/engine/core/rendering/style/BorderImageLengthBox.h
|
| diff --git a/sky/engine/core/rendering/style/BorderImageLengthBox.h b/sky/engine/core/rendering/style/BorderImageLengthBox.h
|
| index f03d81a30a55e10fa767cab2a47a59b43e968032..26967f54a2330e33e12391b31f6d207fb3bc2d1b 100644
|
| --- a/sky/engine/core/rendering/style/BorderImageLengthBox.h
|
| +++ b/sky/engine/core/rendering/style/BorderImageLengthBox.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef BorderImageLengthBox_h
|
| -#define BorderImageLengthBox_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_STYLE_BORDERIMAGELENGTHBOX_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_STYLE_BORDERIMAGELENGTHBOX_H_
|
|
|
| #include "sky/engine/core/rendering/style/BorderImageLength.h"
|
|
|
| @@ -96,4 +96,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // BorderImageLengthBox_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_STYLE_BORDERIMAGELENGTHBOX_H_
|
|
|