Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
| index cbed7409f33c78e1d69818ed730fc6578eba8058..3affbcf2f759d4aa4c7ef8d80ca284e7152b5232 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp |
| @@ -426,4 +426,4 @@ HTMLInputElement* LayoutTextControlSingleLine::inputElement() const |
| return toHTMLInputElement(node()); |
| } |
| -} |
| +} // namespace blink |