| Index: Source/core/html/forms/BaseTextInputType.h
|
| diff --git a/Source/core/html/BaseTextInputType.h b/Source/core/html/forms/BaseTextInputType.h
|
| similarity index 97%
|
| rename from Source/core/html/BaseTextInputType.h
|
| rename to Source/core/html/forms/BaseTextInputType.h
|
| index 6d1737b8c37229505b27e6fe9c042953deefffb4..05e2cd5f65ab65a6e7ec966abb9cd4919e53b355 100644
|
| --- a/Source/core/html/BaseTextInputType.h
|
| +++ b/Source/core/html/forms/BaseTextInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef BaseTextInputType_h
|
| #define BaseTextInputType_h
|
|
|
| -#include "core/html/TextFieldInputType.h"
|
| +#include "core/html/forms/TextFieldInputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|