Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1422)

Unified Diff: Source/core/page/DOMWindow.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/DOMWindow.h ('k') | Source/core/page/DOMWindowPagePopup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindow.cpp
diff --git a/Source/core/page/DOMWindow.cpp b/Source/core/page/DOMWindow.cpp
index 0975909e48c67dbcd58a910cb375770adbb4a240..43a7cd17820fa84b867d72a1ec5d31a48cb1eafb 100644
--- a/Source/core/page/DOMWindow.cpp
+++ b/Source/core/page/DOMWindow.cpp
@@ -69,7 +69,6 @@
#include "HTMLFrameOwnerElement.h"
#include "History.h"
#include "InspectorInstrumentation.h"
-#include "KURL.h"
#include "Location.h"
#include "MediaQueryList.h"
#include "MediaQueryMatcher.h"
@@ -80,7 +79,6 @@
#include "PageGroup.h"
#include "PageTransitionEvent.h"
#include "Performance.h"
-#include "PlatformScreen.h"
#include "RequestAnimationFrameCallback.h"
#include "RuntimeEnabledFeatures.h"
#include "ScheduledAction.h"
@@ -94,9 +92,11 @@
#include "Settings.h"
#include "StyleMedia.h"
#include "StyleResolver.h"
-#include "SuddenTermination.h"
#include "WindowFeatures.h"
#include "WindowFocusAllowedIndicator.h"
+#include "core/platform/KURL.h"
+#include "core/platform/PlatformScreen.h"
+#include "core/platform/SuddenTermination.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/storage/Storage.h"
#include "core/storage/StorageArea.h"
« no previous file with comments | « Source/core/page/DOMWindow.h ('k') | Source/core/page/DOMWindowPagePopup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698