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

Unified Diff: Source/core/dom/custom/CustomElementCallbackDispatcher.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/CustomElementCallbackDispatcher.cpp
diff --git a/Source/core/dom/CustomElementCallbackDispatcher.cpp b/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp
similarity index 96%
rename from Source/core/dom/CustomElementCallbackDispatcher.cpp
rename to Source/core/dom/custom/CustomElementCallbackDispatcher.cpp
index 9ae56c4d290a74e2d485621966b6e1fe9e4d2f0a..6221adc1dcea6e38bde8cee2ced11bd3236532c8 100644
--- a/Source/core/dom/CustomElementCallbackDispatcher.cpp
+++ b/Source/core/dom/custom/CustomElementCallbackDispatcher.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "core/dom/CustomElementCallbackDispatcher.h"
+#include "core/dom/custom/CustomElementCallbackDispatcher.h"
-#include "core/dom/CustomElementCallbackQueue.h"
-#include "core/dom/CustomElementCallbackScheduler.h"
+#include "core/dom/custom/CustomElementCallbackQueue.h"
+#include "core/dom/custom/CustomElementCallbackScheduler.h"
#include "wtf/MainThread.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/custom/CustomElementCallbackDispatcher.h ('k') | Source/core/dom/custom/CustomElementCallbackInvocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698