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

Unified Diff: Source/core/dom/custom/CustomElementCallbackScheduler.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
Index: Source/core/dom/custom/CustomElementCallbackScheduler.cpp
diff --git a/Source/core/dom/CustomElementCallbackScheduler.cpp b/Source/core/dom/custom/CustomElementCallbackScheduler.cpp
similarity index 95%
rename from Source/core/dom/CustomElementCallbackScheduler.cpp
rename to Source/core/dom/custom/CustomElementCallbackScheduler.cpp
index d6086cd6cac906358168df3d5c03e0d82e398e36..0b77e75269ced5c4c8ead3801560850152c85ca8 100644
--- a/Source/core/dom/CustomElementCallbackScheduler.cpp
+++ b/Source/core/dom/custom/CustomElementCallbackScheduler.cpp
@@ -29,12 +29,12 @@
*/
#include "config.h"
-#include "core/dom/CustomElementCallbackScheduler.h"
+#include "core/dom/custom/CustomElementCallbackScheduler.h"
-#include "core/dom/CustomElementCallbackDispatcher.h"
-#include "core/dom/CustomElementCallbackQueue.h"
-#include "core/dom/CustomElementLifecycleCallbacks.h"
#include "core/dom/Element.h"
+#include "core/dom/custom/CustomElementCallbackDispatcher.h"
+#include "core/dom/custom/CustomElementCallbackQueue.h"
+#include "core/dom/custom/CustomElementLifecycleCallbacks.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/custom/CustomElementCallbackScheduler.h ('k') | Source/core/dom/custom/CustomElementDefinition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698