| Index: Source/core/html/forms/TelephoneInputType.cpp
|
| diff --git a/Source/core/html/TelephoneInputType.cpp b/Source/core/html/forms/TelephoneInputType.cpp
|
| similarity index 95%
|
| rename from Source/core/html/TelephoneInputType.cpp
|
| rename to Source/core/html/forms/TelephoneInputType.cpp
|
| index e4e3e38c39a39b9a09d7b3567835cd261eb295d0..933e4aedb606d2a72152205226df99c494bc211f 100644
|
| --- a/Source/core/html/TelephoneInputType.cpp
|
| +++ b/Source/core/html/forms/TelephoneInputType.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/html/TelephoneInputType.h"
|
| +#include "core/html/forms/TelephoneInputType.h"
|
|
|
| -#include "core/html/InputTypeNames.h"
|
| +#include "core/html/forms/InputTypeNames.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|