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

Unified Diff: Source/core/loader/DocumentLoader.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/inspector/DOMPatchSupport.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentLoader.cpp
diff --git a/Source/core/loader/DocumentLoader.cpp b/Source/core/loader/DocumentLoader.cpp
index ac22f0aa4680642f989a9e6f6f7a6236f875128f..0067ab8a28887919128b24f078a8ca8f3bce9eed 100644
--- a/Source/core/loader/DocumentLoader.cpp
+++ b/Source/core/loader/DocumentLoader.cpp
@@ -35,9 +35,9 @@
#include "Event.h"
#include "HTMLFormElement.h"
#include "HTMLFrameOwnerElement.h"
-#include "HistoryItem.h"
#include "InspectorInstrumentation.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/history/HistoryItem.h"
#include "core/loader/DocumentWriter.h"
#include "core/loader/FormState.h"
#include "core/loader/FrameLoader.h"
« no previous file with comments | « Source/core/inspector/DOMPatchSupport.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698