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

Unified Diff: Source/core/dom/custom/CustomElementUpgradeCandidateMap.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/CustomElementUpgradeCandidateMap.h
diff --git a/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
index cf06aae00e8865e0a6603d4627bba133cd820cee..6d6573b178b0f4c48d2928b55575fa2448dfbf50 100644
--- a/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
+++ b/Source/core/dom/custom/CustomElementUpgradeCandidateMap.h
@@ -40,8 +40,6 @@
namespace blink {
-class Element;
-
class CustomElementUpgradeCandidateMap FINAL : public CustomElementObserver {
WTF_MAKE_NONCOPYABLE(CustomElementUpgradeCandidateMap);
public:
@@ -72,6 +70,6 @@ private:
UnresolvedDefinitionMap m_unresolvedDefinitions;
};
-}
+} // namespace blink
#endif // CustomElementUpgradeCandidateMap_h
« no previous file with comments | « Source/core/dom/custom/CustomElementSyncMicrotaskQueue.h ('k') | Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698