| Index: sky/engine/public/web/WebTestingSupport.h
|
| diff --git a/sky/engine/public/web/WebTestingSupport.h b/sky/engine/public/web/WebTestingSupport.h
|
| index 0ddc7bf19dd08dca44868df393ee8a68271557cb..ed882433002cd1fe1baf8cf23b7b546f0ca7d0db 100644
|
| --- a/sky/engine/public/web/WebTestingSupport.h
|
| +++ b/sky/engine/public/web/WebTestingSupport.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebTestingSupport_h
|
| -#define WebTestingSupport_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTESTINGSUPPORT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBTESTINGSUPPORT_H_
|
|
|
| #include "../platform/WebCommon.h"
|
| #include "sky/engine/public/web/WebFrame.h"
|
| @@ -39,4 +39,4 @@ public:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBTESTINGSUPPORT_H_
|
|
|