| Index: third_party/WebKit/Source/core/layout/LayoutSearchField.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutSearchField.cpp b/third_party/WebKit/Source/core/layout/LayoutSearchField.cpp
|
| index c0164a62ab8371425fe43640c92bb3178a9d3151..764d30c517e72a24049fff326bf61c9a87fee071 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutSearchField.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutSearchField.cpp
|
| @@ -91,4 +91,4 @@ void LayoutSearchField::centerContainerIfNeeded(LayoutBox* containerLayoutObject
|
| containerLayoutObject->setLogicalTop(containerLayoutObject->logicalTop() - (logicalHeightDiff / 2 + layoutMod(logicalHeightDiff, 2)));
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|