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

Unified Diff: Source/core/html/shadow/InsertionPoint.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
« no previous file with comments | « Source/core/html/shadow/InsertionPoint.h ('k') | Source/core/html/shadow/MediaControlElementTypes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/InsertionPoint.cpp
diff --git a/Source/core/html/shadow/InsertionPoint.cpp b/Source/core/html/shadow/InsertionPoint.cpp
index cdf821e2ebc746d6969a37cc19485742b6999273..7ec60be93c11367d089ff4c1885a9ba488a16d49 100644
--- a/Source/core/html/shadow/InsertionPoint.cpp
+++ b/Source/core/html/shadow/InsertionPoint.cpp
@@ -31,11 +31,11 @@
#include "config.h"
#include "InsertionPoint.h"
-#include "ElementShadow.h"
#include "HTMLNames.h"
-#include "QualifiedName.h"
-#include "ShadowRoot.h"
-#include "StaticNodeList.h"
+#include "core/dom/ElementShadow.h"
+#include "core/dom/QualifiedName.h"
+#include "core/dom/ShadowRoot.h"
+#include "core/dom/StaticNodeList.h"
namespace WebCore {
« no previous file with comments | « Source/core/html/shadow/InsertionPoint.h ('k') | Source/core/html/shadow/MediaControlElementTypes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698