| Index: Source/core/frame/Location.cpp
|
| diff --git a/Source/core/frame/Location.cpp b/Source/core/frame/Location.cpp
|
| index bb7e5e73524570de12b784b515d27d9f5fad0599..bfef1a4eb075eac9b6a27326cc5027f5e77f2e5c 100644
|
| --- a/Source/core/frame/Location.cpp
|
| +++ b/Source/core/frame/Location.cpp
|
| @@ -37,8 +37,8 @@
|
| #include "core/frame/DOMWindow.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/loader/FrameLoader.h"
|
| -#include "weborigin/KURL.h"
|
| -#include "weborigin/SecurityOrigin.h"
|
| +#include "platform/weborigin/KURL.h"
|
| +#include "platform/weborigin/SecurityOrigin.h"
|
|
|
| namespace WebCore {
|
|
|
|
|