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

Unified Diff: Source/core/html/shadow/HTMLContentElement.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/core/html/shadow/HTMLContentElement.cpp
diff --git a/Source/core/html/shadow/HTMLContentElement.cpp b/Source/core/html/shadow/HTMLContentElement.cpp
index 93042faec2fd8065e73335c50fb002f185e82258..f562fcd1c2f93fcfd9f1636e50dc7d545c5ad1fd 100644
--- a/Source/core/html/shadow/HTMLContentElement.cpp
+++ b/Source/core/html/shadow/HTMLContentElement.cpp
@@ -30,9 +30,9 @@
#include "ContentDistributor.h"
#include "ContentSelectorQuery.h"
#include "HTMLNames.h"
-#include "QualifiedName.h"
-#include "ShadowRoot.h"
#include "core/css/CSSParser.h"
+#include "core/dom/QualifiedName.h"
+#include "core/dom/ShadowRoot.h"
#include "core/page/RuntimeEnabledFeatures.h"
#include <wtf/StdLibExtras.h>
« no previous file with comments | « Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp ('k') | Source/core/html/shadow/HTMLShadowElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698