| Index: sky/engine/wtf/text/StringHash.h
|
| diff --git a/sky/engine/wtf/text/StringHash.h b/sky/engine/wtf/text/StringHash.h
|
| index 483e7df12b357f2d94c5d292add9e2a18be573c0..163f90575076cbf86c1d341a1c77d95a8f0122e8 100644
|
| --- a/sky/engine/wtf/text/StringHash.h
|
| +++ b/sky/engine/wtf/text/StringHash.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef StringHash_h
|
| -#define StringHash_h
|
| +#ifndef SKY_ENGINE_WTF_TEXT_STRINGHASH_H_
|
| +#define SKY_ENGINE_WTF_TEXT_STRINGHASH_H_
|
|
|
| #include "sky/engine/wtf/HashTraits.h"
|
| #include "sky/engine/wtf/StringHasher.h"
|
| @@ -153,4 +153,4 @@ using WTF::AlreadyHashed;
|
| using WTF::CaseFoldingHash;
|
| using WTF::StringHash;
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_WTF_TEXT_STRINGHASH_H_
|
|
|