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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskQueueBase.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/CustomElementMicrotaskQueueBase.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
index e80d7d80ded6e5884324352a0e701b3ce9714920..8c5517b5d1291db3c1321bdc88db05133042e24d 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
@@ -38,6 +38,6 @@ protected:
bool m_inDispatch;
};
-}
+} // namespace blink
#endif // CustomElementMicrotaskQueueBase_h

Powered by Google App Engine
This is Rietveld 408576698