| Index: Source/platform/fonts/SimpleFontData.h
|
| diff --git a/Source/platform/fonts/SimpleFontData.h b/Source/platform/fonts/SimpleFontData.h
|
| index 062dee564578868b7614905962d59c22182b7562..4a8134bfb7395da5458b4485bda43211b5cae503 100644
|
| --- a/Source/platform/fonts/SimpleFontData.h
|
| +++ b/Source/platform/fonts/SimpleFontData.h
|
| @@ -43,7 +43,7 @@
|
| #include "wtf/RetainPtr.h"
|
| #endif
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class CSSFontFaceSource;
|
| class FontDescription;
|
| @@ -293,5 +293,5 @@ ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const
|
|
|
| DEFINE_FONT_DATA_TYPE_CASTS(SimpleFontData, false);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
| #endif // SimpleFontData_h
|
|
|