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

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

Issue 14358030: Absolutify paths to history/, xml/parser/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/Settings.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 2315ccbfa8327f9abfeb06fbedbc38d4e75cbb55..6c53a6433a1bff22c8db75c5e71b2988ff6b24e1 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -20,7 +20,6 @@
#include "config.h"
#include "core/page/Page.h"
-#include "BackForwardController.h"
#include "ClientRectList.h"
#include "DocumentMarkerController.h"
#include "DocumentStyleSheetCollection.h"
@@ -29,7 +28,6 @@
#include "ExceptionCode.h"
#include "ExceptionCodePlaceholder.h"
#include "HTMLElement.h"
-#include "HistoryItem.h"
#include "InspectorController.h"
#include "InspectorInstrumentation.h"
#include "PluginData.h"
@@ -40,6 +38,8 @@
#include "WebCoreMemoryInstrumentation.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
+#include "core/history/BackForwardController.h"
+#include "core/history/HistoryItem.h"
#include "core/loader/FrameLoader.h"
#include "core/loader/FrameLoaderClient.h"
#include "core/loader/ProgressTracker.h"
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/core/page/Settings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698