| Index: sky/engine/core/events/PopStateEvent.cpp
|
| diff --git a/sky/engine/core/events/PopStateEvent.cpp b/sky/engine/core/events/PopStateEvent.cpp
|
| index 17b2fcbd63084935f61feaceeace6c0e014849fb..14d5118e0e276b9cab6ef82e9f3ddcf79e12348e 100644
|
| --- a/sky/engine/core/events/PopStateEvent.cpp
|
| +++ b/sky/engine/core/events/PopStateEvent.cpp
|
| @@ -24,11 +24,11 @@
|
| *
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/events/PopStateEvent.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/events/PopStateEvent.h"
|
|
|
| -#include "bindings/core/v8/SerializedScriptValue.h"
|
| -#include "core/frame/History.h"
|
| +#include "sky/engine/bindings/core/v8/SerializedScriptValue.h"
|
| +#include "sky/engine/core/frame/History.h"
|
|
|
| namespace blink {
|
|
|
|
|