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

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

Issue 598593006: Remove forward declarations from Source/core/dom/custom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/CustomElementSyncMicrotaskQueue.h
diff --git a/Source/core/dom/custom/CustomElementSyncMicrotaskQueue.h b/Source/core/dom/custom/CustomElementSyncMicrotaskQueue.h
index 4004da7a17e2fa2f40f55888f650c9d53e700dbf..ea9190e3d1452a840415500ee41d367a356bc633 100644
--- a/Source/core/dom/custom/CustomElementSyncMicrotaskQueue.h
+++ b/Source/core/dom/custom/CustomElementSyncMicrotaskQueue.h
@@ -20,6 +20,6 @@ private:
virtual void doDispatch();
};
-}
+} // namespace blink
#endif
sof 2014/09/30 06:17:58 Add // CustomElementSyncMicrotaskQueue_h
deepak.sa 2014/09/30 06:35:14 Done.

Powered by Google App Engine
This is Rietveld 408576698