| Index: sky/engine/wtf/ArrayBufferDeallocationObserver.h
|
| diff --git a/sky/engine/wtf/ArrayBufferDeallocationObserver.h b/sky/engine/wtf/ArrayBufferDeallocationObserver.h
|
| index 60bf22bc1dad52a8bdfcae9911215d29fe21e778..d3ebf2b993d4b5af9e38e3dc30b09578ea317d38 100644
|
| --- a/sky/engine/wtf/ArrayBufferDeallocationObserver.h
|
| +++ b/sky/engine/wtf/ArrayBufferDeallocationObserver.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef ArrayBufferDeallocationObserver_h
|
| -#define ArrayBufferDeallocationObserver_h
|
| +#ifndef SKY_ENGINE_WTF_ARRAYBUFFERDEALLOCATIONOBSERVER_H_
|
| +#define SKY_ENGINE_WTF_ARRAYBUFFERDEALLOCATIONOBSERVER_H_
|
|
|
| namespace WTF {
|
|
|
| @@ -47,4 +47,4 @@ protected:
|
|
|
| } // namespace WTF
|
|
|
| -#endif // ArrayBufferDeallocationObserver_h
|
| +#endif // SKY_ENGINE_WTF_ARRAYBUFFERDEALLOCATIONOBSERVER_H_
|
|
|