| Index: sky/engine/wtf/HashCountedSet.h
|
| diff --git a/sky/engine/wtf/HashCountedSet.h b/sky/engine/wtf/HashCountedSet.h
|
| index 80277b5f6dd2a766d7d969c70b7730fb4b9d721d..9a83094a5cad705f242df733db7b035f0a2f43c0 100644
|
| --- a/sky/engine/wtf/HashCountedSet.h
|
| +++ b/sky/engine/wtf/HashCountedSet.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_HashCountedSet_h
|
| -#define WTF_HashCountedSet_h
|
| +#ifndef SKY_ENGINE_WTF_HASHCOUNTEDSET_H_
|
| +#define SKY_ENGINE_WTF_HASHCOUNTEDSET_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
| #include "sky/engine/wtf/HashMap.h"
|
| @@ -149,4 +149,4 @@ namespace WTF {
|
|
|
| using WTF::HashCountedSet;
|
|
|
| -#endif /* WTF_HashCountedSet_h */
|
| +#endif // SKY_ENGINE_WTF_HASHCOUNTEDSET_H_
|
|
|