Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.h |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.h b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.h |
| index ee59a8d3713c0601b7e98216e9e976abeb763d4d..a6bd5183380ec6f8be3e6d4a18cf8723b717e74f 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.h |
| @@ -98,6 +98,6 @@ private: |
| bool hasLineIfEmpty() const override { return true; } |
| }; |
| -} |
| +} // namespace blink |
| #endif |