| Index: sky/engine/wtf/ArrayBufferContents.h
|
| diff --git a/sky/engine/wtf/ArrayBufferContents.h b/sky/engine/wtf/ArrayBufferContents.h
|
| index 8f7bb5eb3247089ae30f7e0b275f978ab6dbfe6f..93020ca0cf553e0949cacc862fa228c81baedfce 100644
|
| --- a/sky/engine/wtf/ArrayBufferContents.h
|
| +++ b/sky/engine/wtf/ArrayBufferContents.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ArrayBufferContents_h
|
| -#define ArrayBufferContents_h
|
| +#ifndef SKY_ENGINE_WTF_ARRAYBUFFERCONTENTS_H_
|
| +#define SKY_ENGINE_WTF_ARRAYBUFFERCONTENTS_H_
|
|
|
| #include "sky/engine/wtf/ArrayBufferDeallocationObserver.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -80,4 +80,4 @@ private:
|
|
|
| } // namespace WTF
|
|
|
| -#endif // ArrayBufferContents_h
|
| +#endif // SKY_ENGINE_WTF_ARRAYBUFFERCONTENTS_H_
|
|
|