| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 9ec5b8db71525ead4ab71a01095f139217804cb1..d77f44ee4072423bc325c905b282372bb14c5370 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -39,14 +39,14 @@
|
| #include "InspectorCounters.h"
|
| #include "MutationObserver.h"
|
| #include "PageVisibilityState.h"
|
| -#include "PlatformScreen.h"
|
| #include "QualifiedName.h"
|
| -#include "ReferrerPolicy.h"
|
| #include "ScriptExecutionContext.h"
|
| -#include "Timer.h"
|
| #include "TreeScope.h"
|
| #include "UserActionElementSet.h"
|
| #include "ViewportArguments.h"
|
| +#include "core/platform/PlatformScreen.h"
|
| +#include "core/platform/ReferrerPolicy.h"
|
| +#include "core/platform/Timer.h"
|
| #include "core/platform/graphics/Color.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| #include "core/platform/text/StringWithDirection.h"
|
|
|