| Index: sky/engine/public/web/WebExceptionCode.h
|
| diff --git a/sky/engine/public/web/WebExceptionCode.h b/sky/engine/public/web/WebExceptionCode.h
|
| index 17dce57d3501b0185c4792e5f7731503607f2082..f8d4a2927002594fab03ef97e7678964df916ab7 100644
|
| --- a/sky/engine/public/web/WebExceptionCode.h
|
| +++ b/sky/engine/public/web/WebExceptionCode.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebExceptionCode_h
|
| -#define WebExceptionCode_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBEXCEPTIONCODE_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBEXCEPTIONCODE_H_
|
|
|
| namespace blink {
|
|
|
| @@ -38,4 +38,4 @@ typedef int WebExceptionCode;
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBEXCEPTIONCODE_H_
|
|
|