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

Unified Diff: Source/core/page/Page.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/Page.h ('k') | Source/core/page/PageConsole.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index 6c53a6433a1bff22c8db75c5e71b2988ff6b24e1..152ecb2801f8acda7f63564f3c4b7ca6bc5c102f 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -20,22 +20,22 @@
#include "config.h"
#include "core/page/Page.h"
-#include "ClientRectList.h"
-#include "DocumentMarkerController.h"
-#include "DocumentStyleSheetCollection.h"
-#include "Event.h"
-#include "EventNames.h"
-#include "ExceptionCode.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLElement.h"
#include "InspectorController.h"
#include "InspectorInstrumentation.h"
#include "PluginData.h"
#include "PluginViewBase.h"
#include "ScriptController.h"
-#include "VisitedLinkState.h"
#include "VoidCallback.h"
-#include "WebCoreMemoryInstrumentation.h"
+#include "core/dom/ClientRectList.h"
+#include "core/dom/DocumentMarkerController.h"
+#include "core/dom/DocumentStyleSheetCollection.h"
+#include "core/dom/Event.h"
+#include "core/dom/EventNames.h"
+#include "core/dom/ExceptionCode.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/VisitedLinkState.h"
+#include "core/dom/WebCoreMemoryInstrumentation.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
#include "core/history/BackForwardController.h"
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/core/page/PageConsole.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698