| Index: sky/engine/wtf/ThreadingPrimitives.h
|
| diff --git a/sky/engine/wtf/ThreadingPrimitives.h b/sky/engine/wtf/ThreadingPrimitives.h
|
| index 4f37dfb2114f2f8bc5ee51baa1c37c0516aa6023..0f64caf5ef1059804231bd2d92f18e09cebaa45e 100644
|
| --- a/sky/engine/wtf/ThreadingPrimitives.h
|
| +++ b/sky/engine/wtf/ThreadingPrimitives.h
|
| @@ -28,8 +28,8 @@
|
| *
|
| */
|
|
|
| -#ifndef ThreadingPrimitives_h
|
| -#define ThreadingPrimitives_h
|
| +#ifndef SKY_ENGINE_WTF_THREADINGPRIMITIVES_H_
|
| +#define SKY_ENGINE_WTF_THREADINGPRIMITIVES_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
| #include "sky/engine/wtf/FastAllocBase.h"
|
| @@ -133,4 +133,4 @@ using WTF::MutexLocker;
|
| using WTF::MutexTryLocker;
|
| using WTF::ThreadCondition;
|
|
|
| -#endif // ThreadingPrimitives_h
|
| +#endif // SKY_ENGINE_WTF_THREADINGPRIMITIVES_H_
|
|
|