| Index: sky/engine/wtf/text/StringStatics.h
|
| diff --git a/sky/engine/wtf/text/StringStatics.h b/sky/engine/wtf/text/StringStatics.h
|
| index c1b24aa96b15f93eddf203374f5e388bd50b124b..132e46f1d4d9890ad3283926f5c35dbea0ea3a9c 100644
|
| --- a/sky/engine/wtf/text/StringStatics.h
|
| +++ b/sky/engine/wtf/text/StringStatics.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef StringStatics_h
|
| -#define StringStatics_h
|
| +#ifndef SKY_ENGINE_WTF_TEXT_STRINGSTATICS_H_
|
| +#define SKY_ENGINE_WTF_TEXT_STRINGSTATICS_H_
|
|
|
| #include "sky/engine/wtf/WTFExport.h"
|
|
|
| @@ -45,4 +45,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_WTF_TEXT_STRINGSTATICS_H_
|
|
|