| Index: sky/engine/wtf/HashSet.h
|
| diff --git a/sky/engine/wtf/HashSet.h b/sky/engine/wtf/HashSet.h
|
| index dfc5b347921e6808868e9cdb7f5c42bb36c87cc8..8dd91fa6b220017dab4b955835ebf5dc7c7bbdcb 100644
|
| --- a/sky/engine/wtf/HashSet.h
|
| +++ b/sky/engine/wtf/HashSet.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_HashSet_h
|
| -#define WTF_HashSet_h
|
| +#ifndef SKY_ENGINE_WTF_HASHSET_H_
|
| +#define SKY_ENGINE_WTF_HASHSET_H_
|
|
|
| #include "sky/engine/wtf/DefaultAllocator.h"
|
| #include "sky/engine/wtf/HashTable.h"
|
| @@ -274,4 +274,4 @@ namespace WTF {
|
|
|
| using WTF::HashSet;
|
|
|
| -#endif /* WTF_HashSet_h */
|
| +#endif // SKY_ENGINE_WTF_HASHSET_H_
|
|
|