| Index: sky/engine/platform/fonts/WidthCache.h
|
| diff --git a/sky/engine/platform/fonts/WidthCache.h b/sky/engine/platform/fonts/WidthCache.h
|
| index ce1b2f9ab7fe52883828d8babcd978b05eb6563b..8b31ee5fac35768f33af473cc3d69a45f6ac6403 100644
|
| --- a/sky/engine/platform/fonts/WidthCache.h
|
| +++ b/sky/engine/platform/fonts/WidthCache.h
|
| @@ -23,8 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WidthCache_h
|
| -#define WidthCache_h
|
| +#ifndef SKY_ENGINE_PLATFORM_FONTS_WIDTHCACHE_H_
|
| +#define SKY_ENGINE_PLATFORM_FONTS_WIDTHCACHE_H_
|
|
|
| #include "sky/engine/platform/geometry/IntRectExtent.h"
|
| #include "sky/engine/platform/text/TextRun.h"
|
| @@ -210,4 +210,4 @@ inline bool operator==(const WidthCache::SmallStringKey& a, const WidthCache::Sm
|
|
|
| } // namespace blink
|
|
|
| -#endif // WidthCache_h
|
| +#endif // SKY_ENGINE_PLATFORM_FONTS_WIDTHCACHE_H_
|
|
|