| Index: sky/engine/public/web/WebView.h
|
| diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
|
| index 85330d890106f9411169d26addaa5f2b5f7cdf27..97846f1931bfc48775408c8626dc74e74ac2d8fd 100644
|
| --- a/sky/engine/public/web/WebView.h
|
| +++ b/sky/engine/public/web/WebView.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebView_h
|
| -#define WebView_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBVIEW_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBVIEW_H_
|
|
|
| #include "../platform/WebColor.h"
|
| #include "../platform/WebString.h"
|
| @@ -254,4 +254,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBVIEW_H_
|
|
|