| Index: Source/core/events/ResourceProgressEvent.h
|
| diff --git a/Source/core/dom/ResourceProgressEvent.h b/Source/core/events/ResourceProgressEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/ResourceProgressEvent.h
|
| rename to Source/core/events/ResourceProgressEvent.h
|
| index 50e72263d0f543e2212ece68b72ebff2e8101b1e..9c88b193d385964bcf01b79aa6c31aa59089d2f9 100644
|
| --- a/Source/core/dom/ResourceProgressEvent.h
|
| +++ b/Source/core/events/ResourceProgressEvent.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef ResourceProgressEvent_h
|
| #define ResourceProgressEvent_h
|
|
|
| -#include "core/dom/ProgressEvent.h"
|
| +#include "core/events/ProgressEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|