Index: Source/platform/fonts/SegmentedFontData.h |
diff --git a/Source/platform/fonts/SegmentedFontData.h b/Source/platform/fonts/SegmentedFontData.h |
index cb90e60e47e070f62b25fbfb4a09fc6d73d685b9..af2e662e8e0e1aad6e5d24c0a64b3632166ddd9f 100644 |
--- a/Source/platform/fonts/SegmentedFontData.h |
+++ b/Source/platform/fonts/SegmentedFontData.h |
@@ -30,7 +30,7 @@ |
#include "platform/fonts/FontData.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class SimpleFontData; |
@@ -84,6 +84,6 @@ private: |
DEFINE_FONT_DATA_TYPE_CASTS(SegmentedFontData, true); |
-} // namespace WebCore |
+} // namespace blink |
#endif // SegmentedFontData_h |