| Index: sky/engine/wtf/ThreadSafeRefCounted.h
|
| diff --git a/sky/engine/wtf/ThreadSafeRefCounted.h b/sky/engine/wtf/ThreadSafeRefCounted.h
|
| index e136bf8c3d3f9699edbdc3d33b8657bdb62d0cfb..63d88fda205e1d665cd7933c562a352354c404ab 100644
|
| --- a/sky/engine/wtf/ThreadSafeRefCounted.h
|
| +++ b/sky/engine/wtf/ThreadSafeRefCounted.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ThreadSafeRefCounted_h
|
| -#define ThreadSafeRefCounted_h
|
| +#ifndef SKY_ENGINE_WTF_THREADSAFEREFCOUNTED_H_
|
| +#define SKY_ENGINE_WTF_THREADSAFEREFCOUNTED_H_
|
|
|
| #include "sky/engine/wtf/Atomics.h"
|
| #include "sky/engine/wtf/DynamicAnnotations.h"
|
| @@ -96,4 +96,4 @@ protected:
|
|
|
| using WTF::ThreadSafeRefCounted;
|
|
|
| -#endif // ThreadSafeRefCounted_h
|
| +#endif // SKY_ENGINE_WTF_THREADSAFEREFCOUNTED_H_
|
|
|