Index: third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp |
index 48e563810526ff4bf8871e89af413082a50f7a72..83bc4ff43b55a72e99d027dfbf40680c8ebb44ab 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.cpp |
@@ -182,4 +182,4 @@ HTMLDivElement& HTMLOptGroupElement::optGroupLabelElement() const |
return *toHTMLDivElement(userAgentShadowRoot()->getElementById(ShadowElementNames::optGroupLabel())); |
} |
-} // namespace |
+} // namespace blink |