| Index: sky/engine/wtf/OwnPtr.h
|
| diff --git a/sky/engine/wtf/OwnPtr.h b/sky/engine/wtf/OwnPtr.h
|
| index a2c69d81d1283885dcb4e47ea99f3bfe9eba4458..8fe072ad5f363ff1fc14bc56c337ce04abba9ead 100644
|
| --- a/sky/engine/wtf/OwnPtr.h
|
| +++ b/sky/engine/wtf/OwnPtr.h
|
| @@ -19,8 +19,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_OwnPtr_h
|
| -#define WTF_OwnPtr_h
|
| +#ifndef SKY_ENGINE_WTF_OWNPTR_H_
|
| +#define SKY_ENGINE_WTF_OWNPTR_H_
|
|
|
| #include <algorithm>
|
| #include "sky/engine/wtf/HashTableDeletedValueType.h"
|
| @@ -225,4 +225,4 @@ namespace WTF {
|
|
|
| using WTF::OwnPtr;
|
|
|
| -#endif // WTF_OwnPtr_h
|
| +#endif // SKY_ENGINE_WTF_OWNPTR_H_
|
|
|