| Index: Source/core/loader/NavigationScheduler.cpp
|
| diff --git a/Source/core/loader/NavigationScheduler.cpp b/Source/core/loader/NavigationScheduler.cpp
|
| index ee9bd9a9bdacfd7438d222663edb661b12da3d23..fb663384e1d3cccb843e138ae0f0928e87b92bf2 100644
|
| --- a/Source/core/loader/NavigationScheduler.cpp
|
| +++ b/Source/core/loader/NavigationScheduler.cpp
|
| @@ -32,12 +32,12 @@
|
| #include "config.h"
|
| #include "core/loader/NavigationScheduler.h"
|
|
|
| -#include "Event.h"
|
| #include "HTMLFormElement.h"
|
| #include "HTMLFrameOwnerElement.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "ScriptController.h"
|
| -#include "UserGestureIndicator.h"
|
| +#include "core/dom/Event.h"
|
| +#include "core/dom/UserGestureIndicator.h"
|
| #include "core/history/BackForwardController.h"
|
| #include "core/history/HistoryItem.h"
|
| #include "core/loader/DocumentLoader.h"
|
|
|