| Index: sky/engine/wtf/MessageQueue.h
|
| diff --git a/sky/engine/wtf/MessageQueue.h b/sky/engine/wtf/MessageQueue.h
|
| index 438eec2764cd47e3ea21b89c9df2bda3edbf0beb..2621b32acac4d81d3ae0e62943954ddfb7471c75 100644
|
| --- a/sky/engine/wtf/MessageQueue.h
|
| +++ b/sky/engine/wtf/MessageQueue.h
|
| @@ -27,8 +27,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef MessageQueue_h
|
| -#define MessageQueue_h
|
| +#ifndef SKY_ENGINE_WTF_MESSAGEQUEUE_H_
|
| +#define SKY_ENGINE_WTF_MESSAGEQUEUE_H_
|
|
|
| #include <limits>
|
| #include "sky/engine/wtf/Assertions.h"
|
| @@ -208,4 +208,4 @@ using WTF::MessageQueueTerminated;
|
| using WTF::MessageQueueTimeout;
|
| using WTF::MessageQueueMessageReceived;
|
|
|
| -#endif // MessageQueue_h
|
| +#endif // SKY_ENGINE_WTF_MESSAGEQUEUE_H_
|
|
|