Index: Source/platform/fonts/FontCacheTest.cpp |
diff --git a/Source/platform/fonts/FontCacheTest.cpp b/Source/platform/fonts/FontCacheTest.cpp |
index 27fb1487fb689fbda9d301668cec89840025cf96..728fe4a6d088920609802f62e57862d3e178ea39 100644 |
--- a/Source/platform/fonts/FontCacheTest.cpp |
+++ b/Source/platform/fonts/FontCacheTest.cpp |
@@ -10,7 +10,7 @@ |
#include "public/platform/Platform.h" |
#include <gtest/gtest.h> |
-namespace WebCore { |
+namespace blink { |
class EmptyPlatform : public blink::Platform { |
public: |
@@ -43,4 +43,4 @@ TEST(FontCache, getLastResortFallbackFont) |
blink::Platform::initialize(oldPlatform); |
} |
-} // namespace WebCore |
+} // namespace blink |