| Index: sky/engine/public/web/WebScriptController.h
|
| diff --git a/sky/engine/public/web/WebScriptController.h b/sky/engine/public/web/WebScriptController.h
|
| index 0f507544d612568a25b1864c3930355c5df6a2e7..b723fa9a6bdca42820d88658845c271cd9a95cf5 100644
|
| --- a/sky/engine/public/web/WebScriptController.h
|
| +++ b/sky/engine/public/web/WebScriptController.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebScriptController_h
|
| -#define WebScriptController_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBSCRIPTCONTROLLER_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBSCRIPTCONTROLLER_H_
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| @@ -52,4 +52,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBSCRIPTCONTROLLER_H_
|
|
|