| Index: Source/core/page/History.cpp
|
| diff --git a/Source/core/page/History.cpp b/Source/core/page/History.cpp
|
| index 881f24f7273c7bd15684c9c666df9d9708f111bf..457f175f276e717edcb96bbf540f522581375e6d 100644
|
| --- a/Source/core/page/History.cpp
|
| +++ b/Source/core/page/History.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "config.h"
|
| #include "core/page/History.h"
|
|
|
| -#include "Document.h"
|
| -#include "ExceptionCode.h"
|
| #include "SerializedScriptValue.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| #include "core/history/BackForwardController.h"
|
| #include "core/history/HistoryItem.h"
|
| #include "core/loader/FrameLoader.h"
|
|
|