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

Unified Diff: Source/core/dom/custom/CustomElementCallbackScheduler.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
Index: Source/core/dom/custom/CustomElementCallbackScheduler.h
diff --git a/Source/core/dom/CustomElementCallbackScheduler.h b/Source/core/dom/custom/CustomElementCallbackScheduler.h
similarity index 98%
rename from Source/core/dom/CustomElementCallbackScheduler.h
rename to Source/core/dom/custom/CustomElementCallbackScheduler.h
index b0e757fedeba5316ff72b334a271913f1cf91858..0311d05662332ee6d59398ba6557952b2ebc8cc2 100644
--- a/Source/core/dom/CustomElementCallbackScheduler.h
+++ b/Source/core/dom/custom/CustomElementCallbackScheduler.h
@@ -31,7 +31,7 @@
#ifndef CustomElementCallbackScheduler_h
#define CustomElementCallbackScheduler_h
-#include "core/dom/CustomElementCallbackQueue.h"
+#include "core/dom/custom/CustomElementCallbackQueue.h"
#include "wtf/HashMap.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassRefPtr.h"
« no previous file with comments | « Source/core/dom/custom/CustomElementCallbackQueue.cpp ('k') | Source/core/dom/custom/CustomElementCallbackScheduler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698