| Index: Source/core/events/BeforeLoadEvent.h
|
| diff --git a/Source/core/dom/BeforeLoadEvent.h b/Source/core/events/BeforeLoadEvent.h
|
| similarity index 97%
|
| rename from Source/core/dom/BeforeLoadEvent.h
|
| rename to Source/core/events/BeforeLoadEvent.h
|
| index 1e6d5fcbfd818b44b05aac33e65270581c4aa89f..b48e66e92ad389c7746ecc30758f71bf7254f825 100644
|
| --- a/Source/core/dom/BeforeLoadEvent.h
|
| +++ b/Source/core/events/BeforeLoadEvent.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef BeforeLoadEvent_h
|
| #define BeforeLoadEvent_h
|
|
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventNames.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventNames.h"
|
|
|
| namespace WebCore {
|
|
|
|
|