| Index: sky/engine/platform/fonts/WidthIterator.h
|
| diff --git a/sky/engine/platform/fonts/WidthIterator.h b/sky/engine/platform/fonts/WidthIterator.h
|
| index 267efd1ccda0d86a178e3bf88c28c005d53213e3..524f5c41a49d0e82aec3a434dd55fcdbe2f8cd36 100644
|
| --- a/sky/engine/platform/fonts/WidthIterator.h
|
| +++ b/sky/engine/platform/fonts/WidthIterator.h
|
| @@ -20,8 +20,8 @@
|
| *
|
| */
|
|
|
| -#ifndef WidthIterator_h
|
| -#define WidthIterator_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_WIDTHITERATOR_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_WIDTHITERATOR_H_
|
|
|
| #include "sky/engine/platform/PlatformExport.h"
|
| #include "sky/engine/platform/text/TextRun.h"
|
| @@ -91,4 +91,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_WIDTHITERATOR_H_
|
|
|