| Index: Source/core/frame/History.cpp
|
| diff --git a/Source/core/frame/History.cpp b/Source/core/frame/History.cpp
|
| index 2529ced2d25d96707699adea57f9853c87c92dd2..b566a28ec695ef734a83ad1db9f7e4ddc548d1d5 100644
|
| --- a/Source/core/frame/History.cpp
|
| +++ b/Source/core/frame/History.cpp
|
| @@ -37,8 +37,8 @@
|
| #include "core/frame/Frame.h"
|
| #include "core/page/BackForwardClient.h"
|
| #include "core/page/Page.h"
|
| -#include "weborigin/KURL.h"
|
| -#include "weborigin/SecurityOrigin.h"
|
| +#include "platform/weborigin/KURL.h"
|
| +#include "platform/weborigin/SecurityOrigin.h"
|
| #include "wtf/MainThread.h"
|
|
|
| namespace WebCore {
|
|
|