| Index: Source/core/page/EventSource.h
|
| diff --git a/Source/core/page/EventSource.h b/Source/core/page/EventSource.h
|
| index e97f896e810104d4dc645132fee497bd5f4f1e8a..7f4d7b6458e594b2d3beb065d3753e91a3f7c443 100644
|
| --- a/Source/core/page/EventSource.h
|
| +++ b/Source/core/page/EventSource.h
|
| @@ -34,9 +34,9 @@
|
|
|
| #include "ActiveDOMObject.h"
|
| #include "EventTarget.h"
|
| -#include "KURL.h"
|
| #include "ThreadableLoaderClient.h"
|
| -#include "Timer.h"
|
| +#include "core/platform/KURL.h"
|
| +#include "core/platform/Timer.h"
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/Vector.h>
|
|
|
|
|