| Index: third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
 | 
| index 1a8525d2ce17537fdae8a44b060f8c883ec1e757..1cf7e7dad0ba1d17a8e22b8d46802d53ea5135a8 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
 | 
| @@ -60,7 +60,8 @@ String LayoutThemeMobile::extraFullscreenStyleSheet() {
 | 
|  void LayoutThemeMobile::adjustInnerSpinButtonStyle(ComputedStyle& style) const {
 | 
|    if (LayoutTestSupport::isRunningLayoutTest()) {
 | 
|      // Match Linux spin button style in layout tests.
 | 
| -    // FIXME: Consider removing the conditional if a future Android theme matches this.
 | 
| +    // FIXME: Consider removing the conditional if a future Android theme
 | 
| +    // matches this.
 | 
|      IntSize size = Platform::current()->themeEngine()->getSize(
 | 
|          WebThemeEngine::PartInnerSpinButton);
 | 
|  
 | 
| 
 |