| Index: sky/engine/wtf/text/TextCodecASCIIFastPath.h
|
| diff --git a/sky/engine/wtf/text/TextCodecASCIIFastPath.h b/sky/engine/wtf/text/TextCodecASCIIFastPath.h
|
| index b9a74f1ba94000e98b5aa228c390a891dfc34252..e3b388143efa2e0445e2b82b1af22ca75de8adad 100644
|
| --- a/sky/engine/wtf/text/TextCodecASCIIFastPath.h
|
| +++ b/sky/engine/wtf/text/TextCodecASCIIFastPath.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TextCodecASCIIFastPath_h
|
| -#define TextCodecASCIIFastPath_h
|
| +#ifndef SKY_ENGINE_WTF_TEXT_TEXTCODECASCIIFASTPATH_H_
|
| +#define SKY_ENGINE_WTF_TEXT_TEXTCODECASCIIFASTPATH_H_
|
|
|
| #include "sky/engine/wtf/text/ASCIIFastPath.h"
|
|
|
| @@ -77,4 +77,4 @@ inline void copyASCIIMachineWord(UChar* destination, const uint8_t* source)
|
|
|
| } // namespace WTF
|
|
|
| -#endif // TextCodecASCIIFastPath_h
|
| +#endif // SKY_ENGINE_WTF_TEXT_TEXTCODECASCIIFASTPATH_H_
|
|
|