| Index: Source/core/events/TextEvent.h
|
| diff --git a/Source/core/dom/TextEvent.h b/Source/core/events/TextEvent.h
|
| similarity index 97%
|
| rename from Source/core/dom/TextEvent.h
|
| rename to Source/core/events/TextEvent.h
|
| index a9bb41548f601e26d761888a2859d174b1c44752..0037670854374fa2ed1c184e4a6a28639eb0c05b 100644
|
| --- a/Source/core/dom/TextEvent.h
|
| +++ b/Source/core/events/TextEvent.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef TextEvent_h
|
| #define TextEvent_h
|
|
|
| -#include "core/dom/EventNames.h"
|
| -#include "core/dom/TextEventInputType.h"
|
| -#include "core/dom/UIEvent.h"
|
| +#include "core/events/EventNames.h"
|
| +#include "core/events/TextEventInputType.h"
|
| +#include "core/events/UIEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|