| Index: Source/core/html/forms/SearchInputType.h | 
| diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h | 
| index 4fdab82fd53a3d0b3a74a2ee36bf67de1798c63c..3a04c5fe1a1b6f17ed8f0b54a86aacb2c242573f 100644 | 
| --- a/Source/core/html/forms/SearchInputType.h | 
| +++ b/Source/core/html/forms/SearchInputType.h | 
| @@ -36,9 +36,6 @@ | 
|  | 
| namespace blink { | 
|  | 
| -class SearchFieldCancelButtonElement; | 
| -class SearchFieldDecorationElement; | 
| - | 
| class SearchInputType FINAL : public BaseTextInputType { | 
| public: | 
| static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&); | 
|  |