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

Unified Diff: Source/core/dom/custom/CustomElement.cpp

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
« no previous file with comments | « Source/core/dom/custom/CustomElement.h ('k') | Source/core/dom/custom/CustomElementCallbackDispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElement.cpp
diff --git a/Source/core/dom/CustomElement.cpp b/Source/core/dom/custom/CustomElement.cpp
similarity index 97%
rename from Source/core/dom/CustomElement.cpp
rename to Source/core/dom/custom/CustomElement.cpp
index d09bafcbea65426ade333f5aaa243bd80e233075..f33e612c14ece65b1f2e32be78c5f04e4134cec5 100644
--- a/Source/core/dom/CustomElement.cpp
+++ b/Source/core/dom/custom/CustomElement.cpp
@@ -29,15 +29,15 @@
*/
#include "config.h"
-#include "core/dom/CustomElement.h"
+#include "core/dom/custom/CustomElement.h"
#include "HTMLNames.h"
#include "MathMLNames.h"
#include "RuntimeEnabledFeatures.h"
#include "SVGNames.h"
-#include "core/dom/CustomElementCallbackScheduler.h"
-#include "core/dom/CustomElementObserver.h"
#include "core/dom/Element.h"
+#include "core/dom/custom/CustomElementCallbackScheduler.h"
+#include "core/dom/custom/CustomElementObserver.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/custom/CustomElement.h ('k') | Source/core/dom/custom/CustomElementCallbackDispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698