| Index: Source/core/history/HistoryItem.cpp
|
| diff --git a/Source/core/history/HistoryItem.cpp b/Source/core/history/HistoryItem.cpp
|
| index 3d7d473ccf6f67ecd45408378fd2c1d261576574..963dc2dfbadf3c95a9584b60c967700ef73609e5 100644
|
| --- a/Source/core/history/HistoryItem.cpp
|
| +++ b/Source/core/history/HistoryItem.cpp
|
| @@ -26,11 +26,11 @@
|
| #include "config.h"
|
| #include "HistoryItem.h"
|
|
|
| +#include <stdio.h>
|
| #include "Document.h"
|
| -#include "ResourceRequest.h"
|
| #include "SerializedScriptValue.h"
|
| #include "SharedBuffer.h"
|
| -#include <stdio.h>
|
| +#include "core/platform/network/ResourceRequest.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/Decoder.h>
|
| #include <wtf/Encoder.h>
|
|
|