| Index: sky/engine/public/web/WebElement.h
|
| diff --git a/sky/engine/public/web/WebElement.h b/sky/engine/public/web/WebElement.h
|
| index 4d6052e3da28c2b783e25b73387192bc911e4bff..e9b09c8b2d7e813d3555d0a4707865216db5d6c5 100644
|
| --- a/sky/engine/public/web/WebElement.h
|
| +++ b/sky/engine/public/web/WebElement.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebElement_h
|
| -#define WebElement_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBELEMENT_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBELEMENT_H_
|
|
|
| #include "../platform/WebImage.h"
|
| #include "sky/engine/public/web/WebNode.h"
|
| @@ -82,4 +82,4 @@ public:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBELEMENT_H_
|
|
|