| Index: sky/engine/wtf/StdLibExtras.h
|
| diff --git a/sky/engine/wtf/StdLibExtras.h b/sky/engine/wtf/StdLibExtras.h
|
| index 4b15dc04008ce492f0c8329e1b7250f6a1860be6..b880a944d729c07c2db79a0e2ff96af6eaf8a8ca 100644
|
| --- a/sky/engine/wtf/StdLibExtras.h
|
| +++ b/sky/engine/wtf/StdLibExtras.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WTF_StdLibExtras_h
|
| -#define WTF_StdLibExtras_h
|
| +#ifndef SKY_ENGINE_WTF_STDLIBEXTRAS_H_
|
| +#define SKY_ENGINE_WTF_STDLIBEXTRAS_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
| #include "sky/engine/wtf/CPU.h"
|
| @@ -149,4 +149,4 @@ inline void* operator new(size_t, NotNullTag, void* location)
|
| using WTF::bitwise_cast;
|
| using WTF::safeCast;
|
|
|
| -#endif // WTF_StdLibExtras_h
|
| +#endif // SKY_ENGINE_WTF_STDLIBEXTRAS_H_
|
|
|