| Index: third_party/WebKit/Source/platform/geometry/cg/FloatSizeCG.cpp
|
| diff --git a/third_party/WebKit/Source/platform/geometry/cg/FloatSizeCG.cpp b/third_party/WebKit/Source/platform/geometry/cg/FloatSizeCG.cpp
|
| index ded79af0c496213b34e4ad5b04eb867d8382700a..1d4eb7f268d551e9eae6ed1bb07a2ac51b65e15d 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/cg/FloatSizeCG.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/cg/FloatSizeCG.cpp
|
| @@ -39,4 +39,4 @@ FloatSize::operator CGSize() const
|
| return CGSizeMake(m_width, m_height);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|