| Index: Source/core/html/forms/HiddenInputType.h
|
| diff --git a/Source/core/html/HiddenInputType.h b/Source/core/html/forms/HiddenInputType.h
|
| similarity index 98%
|
| rename from Source/core/html/HiddenInputType.h
|
| rename to Source/core/html/forms/HiddenInputType.h
|
| index b24bbe0966cf198aa2d9926ab1a19ef6d3f4d833..949001563f3ac8ecf56ab2397fb587a9633d39f2 100644
|
| --- a/Source/core/html/HiddenInputType.h
|
| +++ b/Source/core/html/forms/HiddenInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef HiddenInputType_h
|
| #define HiddenInputType_h
|
|
|
| -#include "core/html/InputType.h"
|
| +#include "core/html/forms/InputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|