| Index: sky/engine/wtf/Assertions.h
|
| diff --git a/sky/engine/wtf/Assertions.h b/sky/engine/wtf/Assertions.h
|
| index 6daa752cfe487e4459d8cd93fb3cbf91b72576ac..0ce5617d5a3f47b0662ea1dc53af7b8c672e8ec9 100644
|
| --- a/sky/engine/wtf/Assertions.h
|
| +++ b/sky/engine/wtf/Assertions.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WTF_Assertions_h
|
| -#define WTF_Assertions_h
|
| +#ifndef SKY_ENGINE_WTF_ASSERTIONS_H_
|
| +#define SKY_ENGINE_WTF_ASSERTIONS_H_
|
|
|
| /*
|
| No namespaces because this file has to be includable from C and Objective-C.
|
| @@ -393,4 +393,4 @@ inline const thisType& to##thisType(const argumentType& argumentName) \
|
| void to##thisType(const thisType*); \
|
| void to##thisType(const thisType&)
|
|
|
| -#endif /* WTF_Assertions_h */
|
| +#endif // SKY_ENGINE_WTF_ASSERTIONS_H_
|
|
|