Index: Source/platform/LengthFunctions.h |
diff --git a/Source/platform/LengthFunctions.h b/Source/platform/LengthFunctions.h |
index 98362d39dcc00ff024642bbbfdd1cba15a1c943f..db7e505fa583cd9f29cca7195e21b24bd47ba9c9 100644 |
--- a/Source/platform/LengthFunctions.h |
+++ b/Source/platform/LengthFunctions.h |
@@ -26,7 +26,7 @@ |
#include "platform/PlatformExport.h" |
-namespace WebCore { |
+namespace blink { |
class FloatSize; |
class LayoutUnit; |
@@ -40,6 +40,6 @@ PLATFORM_EXPORT LayoutUnit roundedMinimumValueForLength(const Length&, LayoutUni |
PLATFORM_EXPORT LayoutUnit valueForLength(const Length&, LayoutUnit maximumValue); |
PLATFORM_EXPORT FloatSize floatSizeForLengthSize(const LengthSize&, const FloatSize& boxSize); |
-} // namespace WebCore |
+} // namespace blink |
#endif // LengthFunctions_h |