Chromium Code Reviews| Index: third_party/WebKit/Source/core/style/NinePieceImage.cpp |
| diff --git a/third_party/WebKit/Source/core/style/NinePieceImage.cpp b/third_party/WebKit/Source/core/style/NinePieceImage.cpp |
| index 72a02e888434b448c7a5cb00eb91a264b993bbaa..3d3d210284dac638e7d2ed748f86934a941935dd 100644 |
| --- a/third_party/WebKit/Source/core/style/NinePieceImage.cpp |
| +++ b/third_party/WebKit/Source/core/style/NinePieceImage.cpp |
| @@ -86,4 +86,4 @@ bool NinePieceImageData::operator==(const NinePieceImageData& other) const |
| && verticalRule == other.verticalRule; |
| } |
| -} |
| +} // namespace blink |