| Index: sky/engine/wtf/ThreadRestrictionVerifier.h
|
| diff --git a/sky/engine/wtf/ThreadRestrictionVerifier.h b/sky/engine/wtf/ThreadRestrictionVerifier.h
|
| index 122d4274357e3b3754733f77bbbddfaabd70f1af..991dc52aa89da1b40fa90991d80983db3edb45f6 100644
|
| --- a/sky/engine/wtf/ThreadRestrictionVerifier.h
|
| +++ b/sky/engine/wtf/ThreadRestrictionVerifier.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ThreadRestrictionVerifier_h
|
| -#define ThreadRestrictionVerifier_h
|
| +#ifndef SKY_ENGINE_WTF_THREADRESTRICTIONVERIFIER_H_
|
| +#define SKY_ENGINE_WTF_THREADRESTRICTIONVERIFIER_H_
|
|
|
| #include "sky/engine/wtf/Assertions.h"
|
|
|
| @@ -84,4 +84,4 @@ private:
|
| }
|
|
|
| #endif // ENABLE(ASSERT)
|
| -#endif // ThreadRestrictionVerifier_h
|
| +#endif // SKY_ENGINE_WTF_THREADRESTRICTIONVERIFIER_H_
|
|
|