Chromium Code Reviews| Index: third_party/WebKit/Source/platform/geometry/cg/FloatPointCG.cpp |
| diff --git a/third_party/WebKit/Source/platform/geometry/cg/FloatPointCG.cpp b/third_party/WebKit/Source/platform/geometry/cg/FloatPointCG.cpp |
| index 260bc427c9c25dec5badb512feab33ab33766586..04cb1a4ff9d2f5103bd56ccee2b5480252acabff 100644 |
| --- a/third_party/WebKit/Source/platform/geometry/cg/FloatPointCG.cpp |
| +++ b/third_party/WebKit/Source/platform/geometry/cg/FloatPointCG.cpp |
| @@ -39,4 +39,4 @@ FloatPoint::operator CGPoint() const |
| return CGPointMake(m_x, m_y); |
| } |
| -} |
| +} // namespace blink |