| Index: Source/core/html/forms/RangeInputType.h
|
| diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/forms/RangeInputType.h
|
| similarity index 98%
|
| rename from Source/core/html/RangeInputType.h
|
| rename to Source/core/html/forms/RangeInputType.h
|
| index 52039894621d2ac39a9a2df036d1a53326392c8f..b9d20df130647f198dff0a3f38ff24b751c994bf 100644
|
| --- a/Source/core/html/RangeInputType.h
|
| +++ b/Source/core/html/forms/RangeInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef RangeInputType_h
|
| #define RangeInputType_h
|
|
|
| -#include "core/html/InputType.h"
|
| +#include "core/html/forms/InputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|