Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp |
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp |
| index 2e067fceab1ab898d387fa8ccf0910425eff0d3e..dfb49060691d54644d43cffbd3ea4f8d6f7aa232 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp |
| +++ b/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.cpp |
| @@ -83,4 +83,4 @@ PassRefPtrWillBeRawPtr<FilterEffect> SVGFEComponentTransferElement::build(SVGFil |
| return effect.release(); |
| } |
| -} |
| +} // namespace blink |