| Index: sky/engine/wtf/GetPtr.h
|
| diff --git a/sky/engine/wtf/GetPtr.h b/sky/engine/wtf/GetPtr.h
|
| index a0f7c62f8b891f34a8cd3542a273a6b6e0f13e83..efb849ddbb0b67ef8ddf532dd5f67f8635d36de5 100644
|
| --- a/sky/engine/wtf/GetPtr.h
|
| +++ b/sky/engine/wtf/GetPtr.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_GetPtr_h
|
| -#define WTF_GetPtr_h
|
| +#ifndef SKY_ENGINE_WTF_GETPTR_H_
|
| +#define SKY_ENGINE_WTF_GETPTR_H_
|
|
|
| namespace WTF {
|
|
|
| @@ -35,4 +35,4 @@ namespace WTF {
|
|
|
| } // namespace WTF
|
|
|
| -#endif // WTF_GetPtr_h
|
| +#endif // SKY_ENGINE_WTF_GETPTR_H_
|
|
|