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

Unified Diff: Source/core/dom/custom/CustomElementProcessingStep.h

Issue 598593006: Remove forward declarations from Source/core/dom/custom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Nits Created 6 years, 3 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/CustomElementProcessingStep.h
diff --git a/Source/core/dom/custom/CustomElementProcessingStep.h b/Source/core/dom/custom/CustomElementProcessingStep.h
index ffba9c5c5ef90e6be7e1603054956823743e7545..42680c57664c742b35648a0d8b7c6dde98748e31 100644
--- a/Source/core/dom/custom/CustomElementProcessingStep.h
+++ b/Source/core/dom/custom/CustomElementProcessingStep.h
@@ -35,8 +35,6 @@
namespace blink {
-class Element;
-
class CustomElementProcessingStep {
WTF_MAKE_NONCOPYABLE(CustomElementProcessingStep);
public:
@@ -47,6 +45,6 @@ public:
virtual bool isCreatedCallback() const { return false; }
};
-}
+} // namespace blink
#endif // CustomElementProcessingStep_h
« no previous file with comments | « Source/core/dom/custom/CustomElementProcessingStack.h ('k') | Source/core/dom/custom/CustomElementRegistrationContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698