| Index: sky/engine/wtf/VectorTraits.h
|
| diff --git a/sky/engine/wtf/VectorTraits.h b/sky/engine/wtf/VectorTraits.h
|
| index 1bee145f3672941f725db7674cb85dee979ea92d..0d794a3bdededff39f47b3c89c3c09799ccff206 100644
|
| --- a/sky/engine/wtf/VectorTraits.h
|
| +++ b/sky/engine/wtf/VectorTraits.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_VectorTraits_h
|
| -#define WTF_VectorTraits_h
|
| +#ifndef SKY_ENGINE_WTF_VECTORTRAITS_H_
|
| +#define SKY_ENGINE_WTF_VECTORTRAITS_H_
|
|
|
| #include <utility>
|
| #include "sky/engine/wtf/OwnPtr.h"
|
| @@ -112,4 +112,4 @@ namespace WTF { \
|
| using WTF::VectorTraits;
|
| using WTF::SimpleClassVectorTraits;
|
|
|
| -#endif // WTF_VectorTraits_h
|
| +#endif // SKY_ENGINE_WTF_VECTORTRAITS_H_
|
|
|