Index: Source/platform/fonts/FontTest.cpp |
diff --git a/Source/platform/fonts/FontTest.cpp b/Source/platform/fonts/FontTest.cpp |
index e54c19fa6f4109ce223964e972558b6482749550..178f244b1317c6460d134819a64b2de41afb033d 100644 |
--- a/Source/platform/fonts/FontTest.cpp |
+++ b/Source/platform/fonts/FontTest.cpp |
@@ -32,7 +32,7 @@ |
#include <gtest/gtest.h> |
-namespace WebCore { |
+namespace blink { |
static void TestSpecificUCharRange(UChar rangeStart, UChar rangeEnd) |
{ |
@@ -362,5 +362,5 @@ TEST(FontTest, TestIsCJKIdeographOrSymbol) |
TestSpecificUChar32RangeIdeographSymbol(0x1F200, 0x1F6FF); |
} |
-} // namespace WebCore |
+} // namespace blink |