Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp b/third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp |
| index f96e2b67cbc8ab5ecfd4a6488663db7d23301ad3..a4b9ddbcf58f9151f35170eeb766101fc6d300b9 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGPathUtilities.cpp |
| @@ -79,4 +79,4 @@ bool buildByteStreamFromString(const String& d, SVGPathByteStream& result) |
| return ok; |
| } |
| -} |
| +} // namespace blink |