Chromium Code Reviews| Index: third_party/WebKit/Source/platform/geometry/cg/IntRectCG.cpp |
| diff --git a/third_party/WebKit/Source/platform/geometry/cg/IntRectCG.cpp b/third_party/WebKit/Source/platform/geometry/cg/IntRectCG.cpp |
| index 18f7fe3e202a3bbf3696f603a909327b2c750eb3..01a83102fef44637bfb608639dfc51c62ce6b885 100644 |
| --- a/third_party/WebKit/Source/platform/geometry/cg/IntRectCG.cpp |
| +++ b/third_party/WebKit/Source/platform/geometry/cg/IntRectCG.cpp |
| @@ -43,4 +43,4 @@ IntRect enclosingIntRect(const CGRect& rect) |
| return IntRect(l, t, r - l, b - t); |
| } |
| -} |
| +} // namespace blink |