| Index: Source/core/html/forms/RadioInputType.h
|
| diff --git a/Source/core/html/RadioInputType.h b/Source/core/html/forms/RadioInputType.h
|
| similarity index 98%
|
| rename from Source/core/html/RadioInputType.h
|
| rename to Source/core/html/forms/RadioInputType.h
|
| index 2a3eaf7728e5cc3c21f8a12472a5ca67f179e820..667b3f2f399dc9c6a2cfa6891d73689bd9d77b4f 100644
|
| --- a/Source/core/html/RadioInputType.h
|
| +++ b/Source/core/html/forms/RadioInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef RadioInputType_h
|
| #define RadioInputType_h
|
|
|
| -#include "core/html/BaseCheckableInputType.h"
|
| +#include "core/html/forms/BaseCheckableInputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|