| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index a13c5206011cf2a68e239871fb1cf9e8ffab9382..ae10e588352f077617ba975d5c8d6045cbea3f19 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -27,7 +27,6 @@
|
| #include "config.h"
|
| #include "Internals.h"
|
|
|
| -#include "BackForwardController.h"
|
| #include "ClientRect.h"
|
| #include "ClientRectList.h"
|
| #include "ComposedShadowTreeWalker.h"
|
| @@ -46,7 +45,6 @@
|
| #include "HTMLNames.h"
|
| #include "HTMLSelectElement.h"
|
| #include "HTMLTextAreaElement.h"
|
| -#include "HistoryItem.h"
|
| #include "InspectorClient.h"
|
| #include "InspectorConsoleAgent.h"
|
| #include "InspectorController.h"
|
| @@ -73,6 +71,8 @@
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/SpellChecker.h"
|
| #include "core/editing/TextIterator.h"
|
| +#include "core/history/BackForwardController.h"
|
| +#include "core/history/HistoryItem.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/cache/CachedResourceLoader.h"
|
| #include "core/loader/cache/MemoryCache.h"
|
|
|