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

Unified Diff: Source/core/dom/custom/CustomElementDefinition.cpp

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/CustomElementDefinition.cpp
diff --git a/Source/core/dom/custom/CustomElementDefinition.cpp b/Source/core/dom/custom/CustomElementDefinition.cpp
index 2d138461f6474ec53aa6017deb6df90aa454f15b..857075f182429afd495e4394a62b8ae9c03f19c8 100644
--- a/Source/core/dom/custom/CustomElementDefinition.cpp
+++ b/Source/core/dom/custom/CustomElementDefinition.cpp
@@ -44,4 +44,4 @@ CustomElementDefinition::CustomElementDefinition(const CustomElementDescriptor&
{
}
-}
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698