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

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

Powered by Google App Engine
This is Rietveld 408576698