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

Unified Diff: Source/WebKit/chromium/src/WebElement.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/WebElement.cpp
diff --git a/Source/WebKit/chromium/src/WebElement.cpp b/Source/WebKit/chromium/src/WebElement.cpp
index 60dbdbd483a58c5f597387751cf8cd189af9caf2..ad45cc4d7dd827fdb97e9a224eae70cabd13070e 100644
--- a/Source/WebKit/chromium/src/WebElement.cpp
+++ b/Source/WebKit/chromium/src/WebElement.cpp
@@ -29,11 +29,11 @@
*/
#include "config.h"
-#include "Element.h"
-#include "NamedNodeMap.h"
-#include "ShadowRoot.h"
#include "WebDocument.h"
#include "WebElement.h"
+#include "core/dom/Element.h"
+#include "core/dom/NamedNodeMap.h"
+#include "core/dom/ShadowRoot.h"
#include "core/rendering/RenderBoxModelObject.h"
#include "core/rendering/RenderObject.h"
#include <public/WebRect.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebDragData.cpp ('k') | Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698