Index: Source/platform/fonts/harfbuzz/HarfBuzzShaper.h |
diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h |
index fd25d1ee01aca85e43c8d3ac84a8b9b2fcf8bd79..c77d035781a8dd37397af92e5720679ed4d358c0 100644 |
--- a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h |
+++ b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.h |
@@ -43,7 +43,7 @@ |
#include <unicode/uscript.h> |
-namespace WebCore { |
+namespace blink { |
class Font; |
class GlyphBuffer; |
@@ -166,6 +166,6 @@ private: |
friend struct CachedShapingResults; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // HarfBuzzShaper_h |