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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/DOMWindowProperty.cpp » ('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 c6ca77d8452e7b38adaf5b8099c2bd14f1458427..ad755343c9eedddb18cf26b774dd5360e803b51f 100644
--- a/Source/core/page/DOMWindow.cpp
+++ b/Source/core/page/DOMWindow.cpp
@@ -28,26 +28,12 @@
#include "core/page/DOMWindow.h"
#include <algorithm>
-#include "BeforeUnloadEvent.h"
#include "DOMSettableTokenList.h"
-#include "DOMStringList.h"
#include "DOMTokenList.h"
#include "DOMURL.h"
#include "DOMWindowNotifications.h"
-#include "DeviceMotionController.h"
-#include "DeviceOrientationController.h"
-#include "Document.h"
-#include "Element.h"
-#include "EventException.h"
-#include "EventListener.h"
-#include "EventNames.h"
-#include "ExceptionCode.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLFrameOwnerElement.h"
#include "InspectorInstrumentation.h"
-#include "MessageEvent.h"
-#include "PageTransitionEvent.h"
-#include "RequestAnimationFrameCallback.h"
#include "ScheduledAction.h"
#include "ScriptCallStack.h"
#include "ScriptCallStackFactory.h"
@@ -60,6 +46,19 @@
#include "core/css/MediaQueryMatcher.h"
#include "core/css/StyleMedia.h"
#include "core/css/StyleResolver.h"
+#include "core/dom/BeforeUnloadEvent.h"
+#include "core/dom/DeviceOrientationController.h"
+#include "core/dom/DOMStringList.h"
+#include "core/dom/Document.h"
+#include "core/dom/Element.h"
+#include "core/dom/EventException.h"
+#include "core/dom/EventListener.h"
+#include "core/dom/EventNames.h"
+#include "core/dom/ExceptionCode.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/MessageEvent.h"
+#include "core/dom/PageTransitionEvent.h"
+#include "core/dom/RequestAnimationFrameCallback.h"
#include "core/editing/Editor.h"
#include "core/history/BackForwardController.h"
#include "core/loader/DocumentLoader.h"
@@ -101,6 +100,7 @@
#include "core/storage/Storage.h"
#include "core/storage/StorageArea.h"
#include "core/storage/StorageNamespace.h"
+#include "modules/device_orientation/DeviceMotionController.h"
#include <wtf/CurrentTime.h>
#include <wtf/MainThread.h>
#include <wtf/MathExtras.h>
« no previous file with comments | « Source/core/page/DOMWindow.h ('k') | Source/core/page/DOMWindowProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698