| Index: Source/core/history/HistoryItem.cpp
|
| diff --git a/Source/core/history/HistoryItem.cpp b/Source/core/history/HistoryItem.cpp
|
| index e62bc57eb0c1cbe92955d6beb48241d5df62f2bd..1cedf87e5ae67c12db83e8d0df8dc21396f04012 100644
|
| --- a/Source/core/history/HistoryItem.cpp
|
| +++ b/Source/core/history/HistoryItem.cpp
|
| @@ -27,8 +27,8 @@
|
| #include "core/history/HistoryItem.h"
|
|
|
| #include <stdio.h>
|
| -#include "Document.h"
|
| #include "SerializedScriptValue.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/platform/SharedBuffer.h"
|
| #include "core/platform/network/ResourceRequest.h"
|
| #include <wtf/CurrentTime.h>
|
|
|