Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutTableCaption.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCaption.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCaption.cpp |
| index df05bf84908ed952e1848906452ba6f52bacec44..7b4a6cb6e62c0f4391d188862d02d7a0d2e336a9 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCaption.cpp |
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCaption.cpp |
| @@ -57,4 +57,4 @@ LayoutTable* LayoutTableCaption::table() const |
| return toLayoutTable(parent()); |
| } |
| -} |
| +} // namespace blink |