| Index: third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatPoint.h b/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| index 8eca29270c5f4b163ac01d3fdaf8a0a9206305ed..c20df821967abfe2c2ca0e0ffcaf189e52a75616 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatPoint.h
|
| @@ -277,6 +277,6 @@ PLATFORM_EXPORT bool findIntersection(const FloatPoint& p1, const FloatPoint& p2
|
| // See platform/testing/GeometryPrinters.h.
|
| void PrintTo(const FloatPoint&, std::ostream*);
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|