| Index: Source/core/html/forms/InputType.h
 | 
| diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
 | 
| index e8ff289385ed252045f597cf33338506cba3be8a..224172e0e30b6d7e889f93b6cdcd57dc84854bfe 100644
 | 
| --- a/Source/core/html/forms/InputType.h
 | 
| +++ b/Source/core/html/forms/InputType.h
 | 
| @@ -33,11 +33,11 @@
 | 
|  #ifndef InputType_h
 | 
|  #define InputType_h
 | 
|  
 | 
| +#include "core/frame/UseCounter.h"
 | 
|  #include "core/html/HTMLTextFormControlElement.h"
 | 
|  #include "core/html/forms/ColorChooserClient.h"
 | 
|  #include "core/html/forms/InputTypeView.h"
 | 
|  #include "core/html/forms/StepRange.h"
 | 
| -#include "core/frame/UseCounter.h"
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| @@ -203,8 +203,8 @@ public:
 | 
|      void dispatchSimulatedClickIfActive(KeyboardEvent*) const;
 | 
|  
 | 
|      // InputTypeView override
 | 
| -    virtual bool shouldSubmitImplicitly(Event*) override;
 | 
| -    virtual bool hasCustomFocusLogic() const override;
 | 
| +    bool shouldSubmitImplicitly(Event*) override;
 | 
| +    bool hasCustomFocusLogic() const override;
 | 
|  
 | 
|      virtual bool shouldDispatchFormControlChangeEvent(String&, String&);
 | 
|  
 | 
| 
 |