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

Unified Diff: Source/core/dom/custom/CustomElementDefinition.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/CustomElementDefinition.h ('k') | Source/core/dom/custom/CustomElementDescriptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementDefinition.cpp
diff --git a/Source/core/dom/CustomElementDefinition.cpp b/Source/core/dom/custom/CustomElementDefinition.cpp
similarity index 97%
rename from Source/core/dom/CustomElementDefinition.cpp
rename to Source/core/dom/custom/CustomElementDefinition.cpp
index 5f2991029dfcc551a9771eb7f9b281c9d9315c26..34e07f92a16b5b252bb81b2e04e4cf83cb5835a1 100644
--- a/Source/core/dom/CustomElementDefinition.cpp
+++ b/Source/core/dom/custom/CustomElementDefinition.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "core/dom/CustomElementDefinition.h"
+#include "core/dom/custom/CustomElementDefinition.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/custom/CustomElementDefinition.h ('k') | Source/core/dom/custom/CustomElementDescriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698