Index: Source/platform/fonts/FontOrientation.h |
diff --git a/Source/platform/fonts/FontOrientation.h b/Source/platform/fonts/FontOrientation.h |
index 9239e3821c178c250d14c4ef44ed4e08e186e459..5d0e67ff20ef34fa8fc51123ae5c55e34284318b 100644 |
--- a/Source/platform/fonts/FontOrientation.h |
+++ b/Source/platform/fonts/FontOrientation.h |
@@ -26,10 +26,10 @@ |
#ifndef FontOrientation_h |
#define FontOrientation_h |
-namespace WebCore { |
+namespace blink { |
enum FontOrientation { Horizontal, Vertical }; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FontOrientation_h |