| Index: third_party/WebKit/Source/platform/geometry/cg/FloatRectCG.cpp
|
| diff --git a/third_party/WebKit/Source/platform/geometry/cg/FloatRectCG.cpp b/third_party/WebKit/Source/platform/geometry/cg/FloatRectCG.cpp
|
| index 42389536577fc0769ca276ce18b597a232da50fb..da4c49e3ffc31ca9ad78ea11cb6f44f90fe4b9a0 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/cg/FloatRectCG.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/cg/FloatRectCG.cpp
|
| @@ -39,4 +39,4 @@ FloatRect::operator CGRect() const
|
| return CGRectMake(x(), y(), width(), height());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|