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

Unified Diff: Source/core/dom/CustomElementRegistry.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/dom/CustomElementRegistry.h ('k') | Source/core/dom/CustomEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CustomElementRegistry.cpp
diff --git a/Source/core/dom/CustomElementRegistry.cpp b/Source/core/dom/CustomElementRegistry.cpp
index 6cd2987ce7fc661411ea9c59a489f5523be295a7..0900b1ce3a4c8cdf36b6ced4b12bd28f96908a22 100644
--- a/Source/core/dom/CustomElementRegistry.cpp
+++ b/Source/core/dom/CustomElementRegistry.cpp
@@ -30,15 +30,15 @@
#include "config.h"
-#include "CustomElementRegistry.h"
+#include "core/dom/CustomElementRegistry.h"
-#include "CustomElementConstructor.h"
#include "CustomElementHelpers.h"
#include "Dictionary.h"
-#include "Document.h"
-#include "Element.h"
#include "HTMLNames.h"
#include "HTMLUnknownElement.h"
+#include "core/dom/CustomElementConstructor.h"
+#include "core/dom/Document.h"
+#include "core/dom/Element.h"
#include "core/page/RuntimeEnabledFeatures.h"
#include <wtf/ASCIICType.h>
#include <wtf/HashSet.h>
« no previous file with comments | « Source/core/dom/CustomElementRegistry.h ('k') | Source/core/dom/CustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698