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

Unified Diff: Source/core/dom/custom/CustomElement.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
« no previous file with comments | « Source/core/dom/Microtask.cpp ('k') | Source/core/dom/custom/CustomElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElement.h
diff --git a/Source/core/dom/CustomElement.h b/Source/core/dom/custom/CustomElement.h
similarity index 98%
rename from Source/core/dom/CustomElement.h
rename to Source/core/dom/custom/CustomElement.h
index 3e66512558e6014e4362daf63c04e67259606b95..c50bc0804e414e9139a9a24f94cd1ec4cd5514d6 100644
--- a/Source/core/dom/CustomElement.h
+++ b/Source/core/dom/custom/CustomElement.h
@@ -31,7 +31,7 @@
#ifndef CustomElement_h
#define CustomElement_h
-#include "core/dom/CustomElementDefinition.h"
+#include "core/dom/custom/CustomElementDefinition.h"
#include "wtf/HashMap.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassRefPtr.h"
« no previous file with comments | « Source/core/dom/Microtask.cpp ('k') | Source/core/dom/custom/CustomElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698