| Index: sky/engine/wtf/ArrayPiece.h
|
| diff --git a/sky/engine/wtf/ArrayPiece.h b/sky/engine/wtf/ArrayPiece.h
|
| index 393488e0069659f0e2cff3d778aff046939a0bed..372ba04a844db4dc42982a8cfce49e1d19b1cb4b 100644
|
| --- a/sky/engine/wtf/ArrayPiece.h
|
| +++ b/sky/engine/wtf/ArrayPiece.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ArrayPiece_h
|
| -#define ArrayPiece_h
|
| +#ifndef SKY_ENGINE_WTF_ARRAYPIECE_H_
|
| +#define SKY_ENGINE_WTF_ARRAYPIECE_H_
|
|
|
| #include "sky/engine/wtf/Forward.h"
|
| #include "sky/engine/wtf/WTFExport.h"
|
| @@ -49,4 +49,4 @@ private:
|
|
|
| using WTF::ArrayPiece;
|
|
|
| -#endif // ArrayPiece_h
|
| +#endif // SKY_ENGINE_WTF_ARRAYPIECE_H_
|
|
|