Index: Source/platform/fonts/FontSelector.h |
diff --git a/Source/platform/fonts/FontSelector.h b/Source/platform/fonts/FontSelector.h |
index 5c0db42ad1d585d9dbaf7a4f0880434786d94eb0..b3301b261bd97f5255b9cdb782493d49f4d22217 100644 |
--- a/Source/platform/fonts/FontSelector.h |
+++ b/Source/platform/fonts/FontSelector.h |
@@ -31,7 +31,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/text/AtomicString.h" |
-namespace WebCore { |
+namespace blink { |
class FontData; |
class FontDescription; |
@@ -45,6 +45,6 @@ public: |
virtual unsigned version() const = 0; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FontSelector_h |