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

Unified Diff: Source/core/dom/custom/CustomElementCallbackQueue.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/CustomElementCallbackQueue.h
diff --git a/Source/core/dom/CustomElementCallbackQueue.h b/Source/core/dom/custom/CustomElementCallbackQueue.h
similarity index 97%
rename from Source/core/dom/CustomElementCallbackQueue.h
rename to Source/core/dom/custom/CustomElementCallbackQueue.h
index 9afdeedf11146030c36fd56e29d24679d48a843d..269bfd29d4a819302512b2d232670480b6568371 100644
--- a/Source/core/dom/CustomElementCallbackQueue.h
+++ b/Source/core/dom/custom/CustomElementCallbackQueue.h
@@ -31,8 +31,8 @@
#ifndef CustomElementCallbackQueue_h
#define CustomElementCallbackQueue_h
-#include "core/dom/CustomElementCallbackInvocation.h"
#include "core/dom/Element.h"
+#include "core/dom/custom/CustomElementCallbackInvocation.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
« no previous file with comments | « Source/core/dom/custom/CustomElementCallbackInvocation.cpp ('k') | Source/core/dom/custom/CustomElementCallbackQueue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698