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

Unified Diff: Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.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
« no previous file with comments | « Source/core/dom/custom/CustomElement.h ('k') | Source/core/dom/custom/CustomElementCallbackInvocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
diff --git a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
index 58dbe41f935bcf0fc6ba918e0d95f73048bf6a2d..c43ee5b43dfd0256d853b1bb85adf55461295a42 100644
--- a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
+++ b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h
@@ -35,8 +35,6 @@
namespace blink {
-class CustomElementMicrotaskImportStep;
-
class CustomElementAsyncImportMicrotaskQueue : public CustomElementMicrotaskQueueBase {
public:
static PassRefPtrWillBeRawPtr<CustomElementAsyncImportMicrotaskQueue> create() { return adoptRefWillBeNoop(new CustomElementAsyncImportMicrotaskQueue()); }
@@ -48,5 +46,6 @@ private:
virtual void doDispatch() OVERRIDE;
};
-}
+} // namespace blink
+
#endif // CustomElementAsyncImportMicrotaskQueue_h
« no previous file with comments | « Source/core/dom/custom/CustomElement.h ('k') | Source/core/dom/custom/CustomElementCallbackInvocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698