Index: Source/platform/CalculationValue.h |
diff --git a/Source/platform/CalculationValue.h b/Source/platform/CalculationValue.h |
index 0c118a216114f4165b3f48ea5d031c9682b8c314..89769700eb2aabf1b88bce197702ec5c18730d11 100644 |
--- a/Source/platform/CalculationValue.h |
+++ b/Source/platform/CalculationValue.h |
@@ -38,7 +38,7 @@ |
#include "wtf/RefCounted.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT CalculationValue : public RefCounted<CalculationValue> { |
public: |
@@ -65,6 +65,6 @@ private: |
bool m_isNonNegative; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // CalculationValue_h |