Index: Source/platform/fonts/FontDescriptionTest.cpp |
diff --git a/Source/platform/fonts/FontDescriptionTest.cpp b/Source/platform/fonts/FontDescriptionTest.cpp |
index d7ba0bcde85eebe1a8994c109895561c96fdd79a..d0d24fd074f357c69a2a5345f6148a46a8268c3d 100644 |
--- a/Source/platform/fonts/FontDescriptionTest.cpp |
+++ b/Source/platform/fonts/FontDescriptionTest.cpp |
@@ -29,7 +29,7 @@ |
#include <gtest/gtest.h> |
-namespace WebCore { |
+namespace blink { |
static inline void assertDescriptionMatchesMask(FontDescription& source, FontTraitsBitfield bitfield) |
@@ -118,4 +118,4 @@ TEST(FontDescriptionTest, TestFontTraits) |
assertDescriptionMatchesMask(source, source.traits().bitfield()); |
} |
-} // namespace WebCore |
+} // namespace blink |