| Index: sky/engine/wtf/IntegralTypedArrayBase.h
|
| diff --git a/sky/engine/wtf/IntegralTypedArrayBase.h b/sky/engine/wtf/IntegralTypedArrayBase.h
|
| index 1117163fa1a7de99ed8cb13d53d50091e5df49a3..b8dc6ddae1f7efcd32d4ac3fa8b9aa3f0b492afc 100644
|
| --- a/sky/engine/wtf/IntegralTypedArrayBase.h
|
| +++ b/sky/engine/wtf/IntegralTypedArrayBase.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef IntegralTypedArrayBase_h
|
| -#define IntegralTypedArrayBase_h
|
| +#ifndef SKY_ENGINE_WTF_INTEGRALTYPEDARRAYBASE_H_
|
| +#define SKY_ENGINE_WTF_INTEGRALTYPEDARRAYBASE_H_
|
|
|
| #include <limits>
|
| #include "sky/engine/wtf/MathExtras.h"
|
| @@ -61,4 +61,4 @@ class IntegralTypedArrayBase : public TypedArrayBase<T> {
|
|
|
| using WTF::IntegralTypedArrayBase;
|
|
|
| -#endif // IntegralTypedArrayBase_h
|
| +#endif // SKY_ENGINE_WTF_INTEGRALTYPEDARRAYBASE_H_
|
|
|