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

Unified Diff: Source/core/dom/custom/CustomElementRegistrationContext.h

Issue 25777002: Move custom element code to core/dom/custom/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/dom/custom/CustomElementRegistrationContext.h
diff --git a/Source/core/dom/CustomElementRegistrationContext.h b/Source/core/dom/custom/CustomElementRegistrationContext.h
similarity index 95%
rename from Source/core/dom/CustomElementRegistrationContext.h
rename to Source/core/dom/custom/CustomElementRegistrationContext.h
index 7d23d725b990c378130df3fc943e5619816271d8..1c933bba9f1a07ccc4a0b4495c0adcb971a843f6 100644
--- a/Source/core/dom/CustomElementRegistrationContext.h
+++ b/Source/core/dom/custom/CustomElementRegistrationContext.h
@@ -31,10 +31,10 @@
#ifndef CustomElementRegistrationContext_h
#define CustomElementRegistrationContext_h
-#include "core/dom/CustomElementDescriptor.h"
-#include "core/dom/CustomElementRegistry.h"
-#include "core/dom/CustomElementUpgradeCandidateMap.h"
#include "core/dom/QualifiedName.h"
+#include "core/dom/custom/CustomElementDescriptor.h"
+#include "core/dom/custom/CustomElementRegistry.h"
+#include "core/dom/custom/CustomElementUpgradeCandidateMap.h"
#include "wtf/HashMap.h"
#include "wtf/PassRefPtr.h"
#include "wtf/text/AtomicString.h"
« no previous file with comments | « Source/core/dom/custom/CustomElementObserver.cpp ('k') | Source/core/dom/custom/CustomElementRegistrationContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698