| Index: sky/engine/core/rendering/InlineTextBox.h
|
| diff --git a/sky/engine/core/rendering/InlineTextBox.h b/sky/engine/core/rendering/InlineTextBox.h
|
| index c2489a420e452c4fc55b595ad5852dadd9861404..ab67eeee904ae9dc87d21f5dbf035165ba20f430 100644
|
| --- a/sky/engine/core/rendering/InlineTextBox.h
|
| +++ b/sky/engine/core/rendering/InlineTextBox.h
|
| @@ -20,8 +20,8 @@
|
| *
|
| */
|
|
|
| -#ifndef InlineTextBox_h
|
| -#define InlineTextBox_h
|
| +#ifndef SKY_ENGINE_CORE_RENDERING_INLINETEXTBOX_H_
|
| +#define SKY_ENGINE_CORE_RENDERING_INLINETEXTBOX_H_
|
|
|
| #include "sky/engine/core/rendering/InlineBox.h"
|
| #include "sky/engine/core/rendering/RenderText.h"
|
| @@ -204,4 +204,4 @@ inline AffineTransform InlineTextBox::rotation(const FloatRect& boxRect, Rotatio
|
|
|
| } // namespace blink
|
|
|
| -#endif // InlineTextBox_h
|
| +#endif // SKY_ENGINE_CORE_RENDERING_INLINETEXTBOX_H_
|
|
|