| Index: Source/core/html/forms/TextInputType.h
|
| diff --git a/Source/core/html/TextInputType.h b/Source/core/html/forms/TextInputType.h
|
| similarity index 97%
|
| rename from Source/core/html/TextInputType.h
|
| rename to Source/core/html/forms/TextInputType.h
|
| index 9d36ea8eb50adcebfb54d4e6f68e31da3222021e..378036a878ba1023b0c1ae94a269c4d1b091909e 100644
|
| --- a/Source/core/html/TextInputType.h
|
| +++ b/Source/core/html/forms/TextInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef TextInputType_h
|
| #define TextInputType_h
|
|
|
| -#include "core/html/BaseTextInputType.h"
|
| +#include "core/html/forms/BaseTextInputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|