Index: Source/platform/geometry/FloatPoint3D.h |
diff --git a/Source/platform/geometry/FloatPoint3D.h b/Source/platform/geometry/FloatPoint3D.h |
index 7c2b98bd5550788a0f7315082dc0f7f0f10de794..1d3e0c16f72c16c22aab6e12b0acb38eed9d9b4a 100644 |
--- a/Source/platform/geometry/FloatPoint3D.h |
+++ b/Source/platform/geometry/FloatPoint3D.h |
@@ -25,7 +25,7 @@ |
#include "platform/geometry/FloatPoint.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT FloatPoint3D { |
public: |
@@ -182,6 +182,6 @@ inline float FloatPoint3D::distanceTo(const FloatPoint3D& a) const |
return (*this - a).length(); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // FloatPoint3D_h |