| Index: sky/engine/public/platform/WebUnitTestSupport.h
|
| diff --git a/sky/engine/public/platform/WebUnitTestSupport.h b/sky/engine/public/platform/WebUnitTestSupport.h
|
| index a05a7a2760e1edc3423b8ab148e13bfaf09d1a88..d9d2c546f5d80ccba0fc50bfda409b9d94b0a1a3 100644
|
| --- a/sky/engine/public/platform/WebUnitTestSupport.h
|
| +++ b/sky/engine/public/platform/WebUnitTestSupport.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebUnitTestSupport_h
|
| -#define WebUnitTestSupport_h
|
| +#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBUNITTESTSUPPORT_H_
|
| +#define SKY_ENGINE_PUBLIC_PLATFORM_WEBUNITTESTSUPPORT_H_
|
|
|
| #include "sky/engine/public/platform/WebCommon.h"
|
| #include "sky/engine/public/platform/WebData.h"
|
| @@ -64,4 +64,4 @@ public:
|
|
|
| }
|
|
|
| -#endif // WebUnitTestSupport_h
|
| +#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBUNITTESTSUPPORT_H_
|
|
|