| Index: sky/engine/public/web/WebScriptSource.h
|
| diff --git a/sky/engine/public/web/WebScriptSource.h b/sky/engine/public/web/WebScriptSource.h
|
| index 8d2709679e2b949c2b75fd3cb652233e9729e7e9..19fa85b1fa09ff0b261b0d8950f4b4db4d44409b 100644
|
| --- a/sky/engine/public/web/WebScriptSource.h
|
| +++ b/sky/engine/public/web/WebScriptSource.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebScriptSource_h
|
| -#define WebScriptSource_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBSCRIPTSOURCE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBSCRIPTSOURCE_H_
|
|
|
| #include "../platform/WebString.h"
|
| #include "../platform/WebURL.h"
|
| @@ -51,4 +51,4 @@ struct WebScriptSource {
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBSCRIPTSOURCE_H_
|
|
|