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

Unified Diff: Source/WebKit/chromium/src/WebDocument.cpp

Issue 14022018: Absolutify paths to html/. (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
Index: Source/WebKit/chromium/src/WebDocument.cpp
diff --git a/Source/WebKit/chromium/src/WebDocument.cpp b/Source/WebKit/chromium/src/WebDocument.cpp
index 1acaf43dc0e42d185ce462ade09a6e7cd437dbd7..0f9cbb9bcc57caf512ef91e12ec3c9505c945117 100644
--- a/Source/WebKit/chromium/src/WebDocument.cpp
+++ b/Source/WebKit/chromium/src/WebDocument.cpp
@@ -31,12 +31,6 @@
#include "config.h"
#include "WebDocument.h"
-#include "HTMLAllCollection.h"
-#include "HTMLBodyElement.h"
-#include "HTMLCollection.h"
-#include "HTMLElement.h"
-#include "HTMLFormElement.h"
-#include "HTMLHeadElement.h"
#include "WebAccessibilityObject.h"
#include "WebDOMEvent.h"
#include "WebDocumentType.h"
@@ -53,6 +47,12 @@
#include "core/dom/DocumentType.h"
#include "core/dom/Element.h"
#include "core/dom/NodeList.h"
+#include "core/html/HTMLAllCollection.h"
+#include "core/html/HTMLBodyElement.h"
+#include "core/html/HTMLCollection.h"
+#include "core/html/HTMLElement.h"
+#include "core/html/HTMLFormElement.h"
+#include "core/html/HTMLHeadElement.h"
#include "core/loader/DocumentLoader.h"
#include "core/page/SecurityOrigin.h"
#include "core/rendering/RenderObject.h"
« no previous file with comments | « Source/WebKit/chromium/src/TextFieldDecoratorImpl.cpp ('k') | Source/WebKit/chromium/src/WebFormControlElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698