Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h |
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h |
| index 4a031ccaa9c3c18c20d8792477aa07d9566812f3..7727c46d55a84bb1a46d11d27f53bd3975503257 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h |
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h |
| @@ -64,6 +64,6 @@ private: |
| HashMap<const LayoutObject*, OwnPtr<GradientData>> m_gradientMap; |
| }; |
| -} |
| +} // namespace blink |
| #endif |