| Index: sky/engine/platform/text/TextChecking.h
|
| diff --git a/sky/engine/platform/text/TextChecking.h b/sky/engine/platform/text/TextChecking.h
|
| index 0bf9b704cd673dae8fef8a5de9b76fd3efb62d00..4e1e730572302a45020c8964439f076016651d75 100644
|
| --- a/sky/engine/platform/text/TextChecking.h
|
| +++ b/sky/engine/platform/text/TextChecking.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TextChecking_h
|
| -#define TextChecking_h
|
| +#ifndef SKY_ENGINE_PLATFORM_TEXT_TEXTCHECKING_H_
|
| +#define SKY_ENGINE_PLATFORM_TEXT_TEXTCHECKING_H_
|
|
|
| #include "sky/engine/platform/text/TextDecoration.h"
|
| #include "sky/engine/wtf/RefCounted.h"
|
| @@ -114,4 +114,4 @@ public:
|
|
|
| }
|
|
|
| -#endif // TextChecking_h
|
| +#endif // SKY_ENGINE_PLATFORM_TEXT_TEXTCHECKING_H_
|
|
|