| Index: sky/engine/wtf/Vector.h
|
| diff --git a/sky/engine/wtf/Vector.h b/sky/engine/wtf/Vector.h
|
| index 240daa40f327466df57b16a79a0bc01056ed0f91..017f1ac13325894640e5244bfd00bcb3e2a2937f 100644
|
| --- a/sky/engine/wtf/Vector.h
|
| +++ b/sky/engine/wtf/Vector.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_Vector_h
|
| -#define WTF_Vector_h
|
| +#ifndef SKY_ENGINE_WTF_VECTOR_H_
|
| +#define SKY_ENGINE_WTF_VECTOR_H_
|
|
|
| #include <string.h>
|
| #include <utility>
|
| @@ -1138,4 +1138,4 @@ static const size_t kInitialVectorSize = WTF_VECTOR_INITIAL_SIZE;
|
|
|
| using WTF::Vector;
|
|
|
| -#endif // WTF_Vector_h
|
| +#endif // SKY_ENGINE_WTF_VECTOR_H_
|
|
|