Chromium Code Reviews| Index: third_party/WebKit/Source/platform/geometry/FloatPoint.cpp |
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatPoint.cpp b/third_party/WebKit/Source/platform/geometry/FloatPoint.cpp |
| index 0b55f0462197ab7f9f018f7c66d6355d13a94b8c..6867c71d9b64391c4e532d4ad94ed84b67c4ad09 100644 |
| --- a/third_party/WebKit/Source/platform/geometry/FloatPoint.cpp |
| +++ b/third_party/WebKit/Source/platform/geometry/FloatPoint.cpp |
| @@ -113,4 +113,4 @@ bool findIntersection(const FloatPoint& p1, const FloatPoint& p2, const FloatPoi |
| return true; |
| } |
| -} |
| +} // namespace blink |