| Index: sky/engine/platform/text/TextDecoration.h
|
| diff --git a/sky/engine/platform/text/TextDecoration.h b/sky/engine/platform/text/TextDecoration.h
|
| index 1b3ca43ea8dcf04e2a99a498d0811fe80cb4d6f3..1a2bb3ee402e8a007d5908ba70cef13160726767 100644
|
| --- a/sky/engine/platform/text/TextDecoration.h
|
| +++ b/sky/engine/platform/text/TextDecoration.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TextDecoration_h
|
| -#define TextDecoration_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_TEXTDECORATION_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_TEXTDECORATION_H_
|
|
|
| namespace blink {
|
|
|
| @@ -41,4 +41,4 @@ enum TextDecorationType {
|
|
|
| }
|
|
|
| -#endif // TextDecoration_h
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_TEXTDECORATION_H_
|
|
|