| Index: sky/engine/wtf/FastMalloc.h
|
| diff --git a/sky/engine/wtf/FastMalloc.h b/sky/engine/wtf/FastMalloc.h
|
| index 89fb241f9d6da964dc938653e202d937170a68c1..dfb2ee12a643d0592ce458e5580fe87ea11da2ca 100644
|
| --- a/sky/engine/wtf/FastMalloc.h
|
| +++ b/sky/engine/wtf/FastMalloc.h
|
| @@ -18,8 +18,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WTF_FastMalloc_h
|
| -#define WTF_FastMalloc_h
|
| +#ifndef SKY_ENGINE_WTF_FASTMALLOC_H_
|
| +#define SKY_ENGINE_WTF_FASTMALLOC_H_
|
|
|
| #include "sky/engine/wtf/WTFExport.h"
|
|
|
| @@ -44,4 +44,4 @@ using WTF::fastRealloc;
|
| using WTF::fastStrDup;
|
| using WTF::fastZeroedMalloc;
|
|
|
| -#endif /* WTF_FastMalloc_h */
|
| +#endif // SKY_ENGINE_WTF_FASTMALLOC_H_
|
|
|