Index: Source/platform/fonts/opentype/OpenTypeTypes.h |
diff --git a/Source/platform/fonts/opentype/OpenTypeTypes.h b/Source/platform/fonts/opentype/OpenTypeTypes.h |
index 25a3a81d30fc7f34742d1d3551e45c17631da58e..cf1f78fee1c1f8e9bd5c3f124d64c7073d0666fe 100644 |
--- a/Source/platform/fonts/opentype/OpenTypeTypes.h |
+++ b/Source/platform/fonts/opentype/OpenTypeTypes.h |
@@ -28,7 +28,7 @@ |
#include "platform/SharedBuffer.h" |
#include "wtf/ByteOrder.h" |
-namespace WebCore { |
+namespace blink { |
namespace OpenType { |
struct Int16 { |
@@ -97,5 +97,5 @@ protected: |
}; |
} // namespace OpenType |
-} // namespace WebCore |
+} // namespace blink |
#endif // OpenTypeTypes_h |