Index: Source/platform/fonts/WidthCache.h |
diff --git a/Source/platform/fonts/WidthCache.h b/Source/platform/fonts/WidthCache.h |
index 7c47babf97824642ffe4ca5d8312f504e925862e..7440b716c673cbf2006e0fcdf933a76eea2d3e83 100644 |
--- a/Source/platform/fonts/WidthCache.h |
+++ b/Source/platform/fonts/WidthCache.h |
@@ -34,7 +34,7 @@ |
#include "wtf/HashTableDeletedValueType.h" |
#include "wtf/StringHasher.h" |
-namespace WebCore { |
+namespace blink { |
struct GlyphOverflow; |
@@ -210,6 +210,6 @@ inline bool operator==(const WidthCache::SmallStringKey& a, const WidthCache::Sm |
return WTF::equal(a.characters(), b.characters(), a.length()); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // WidthCache_h |