| Index: Source/core/xml/XMLHttpRequest.h
|
| diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
|
| index 3f5ca2b74d5907865b8dad06d86af7390221c2ae..8ad71398e7c23cc639bbbbe8bee70e938467a864 100644
|
| --- a/Source/core/xml/XMLHttpRequest.h
|
| +++ b/Source/core/xml/XMLHttpRequest.h
|
| @@ -22,8 +22,8 @@
|
| #ifndef XMLHttpRequest_h
|
| #define XMLHttpRequest_h
|
|
|
| -#include "bindings/v8/ScriptString.h"
|
| -#include "bindings/v8/ScriptWrappable.h"
|
| +#include "bindings/core/v8/ScriptString.h"
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "core/events/EventListener.h"
|
| #include "core/loader/ThreadableLoaderClient.h"
|
|
|