| Index: sky/engine/public/web/WebArrayBufferView.h
|
| diff --git a/sky/engine/public/web/WebArrayBufferView.h b/sky/engine/public/web/WebArrayBufferView.h
|
| index cc02d7e848f6bb7e34da4e1c9544ce55088d72eb..b6b65a0ac2fc517853c0e89a744ce175e09a08bb 100644
|
| --- a/sky/engine/public/web/WebArrayBufferView.h
|
| +++ b/sky/engine/public/web/WebArrayBufferView.h
|
| @@ -26,8 +26,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebArrayBufferView_h
|
| -#define WebArrayBufferView_h
|
| +#ifndef SKY_ENGINE_PUBLIC_WEB_WEBARRAYBUFFERVIEW_H_
|
| +#define SKY_ENGINE_PUBLIC_WEB_WEBARRAYBUFFERVIEW_H_
|
|
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebPrivatePtr.h"
|
| @@ -69,4 +69,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PUBLIC_WEB_WEBARRAYBUFFERVIEW_H_
|
|
|