| Index: sky/engine/public/web/WebHitTestResult.h
|
| diff --git a/sky/engine/public/web/WebHitTestResult.h b/sky/engine/public/web/WebHitTestResult.h
|
| index 78a4cc4bbe135228fc7d03c6bf68506efb2613b8..20f70a9c1f2c62e5c66f5601ef7b94bc7598eb0a 100644
|
| --- a/sky/engine/public/web/WebHitTestResult.h
|
| +++ b/sky/engine/public/web/WebHitTestResult.h
|
| @@ -23,8 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebHitTestResult_h
|
| -#define WebHitTestResult_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBHITTESTRESULT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBHITTESTRESULT_H_
|
|
|
| #include "../platform/WebPrivatePtr.h"
|
|
|
| @@ -80,4 +80,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBHITTESTRESULT_H_
|
|
|