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

Unified Diff: Source/WebKit/chromium/src/WebPageSerializerImpl.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
Index: Source/WebKit/chromium/src/WebPageSerializerImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebPageSerializerImpl.cpp b/Source/WebKit/chromium/src/WebPageSerializerImpl.cpp
index 3db29347bede746ba9e6e658c56ab5d17fa1db85..b60a420e147aac18d65a60f5d88baf74e94dcc13 100644
--- a/Source/WebKit/chromium/src/WebPageSerializerImpl.cpp
+++ b/Source/WebKit/chromium/src/WebPageSerializerImpl.cpp
@@ -79,15 +79,15 @@
#include "WebPageSerializerImpl.h"
#include "DOMUtilitiesPrivate.h"
-#include "Document.h"
-#include "DocumentType.h"
-#include "Element.h"
#include "HTMLAllCollection.h"
#include "HTMLElement.h"
#include "HTMLFormElement.h"
#include "HTMLMetaElement.h"
#include "HTMLNames.h"
#include "WebFrameImpl.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentType.h"
+#include "core/dom/Element.h"
#include "core/editing/markup.h"
#include "core/loader/DocumentLoader.h"
#include "core/loader/FrameLoader.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebPageSerializer.cpp ('k') | Source/WebKit/chromium/src/WebPasswordFormData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698