Index: third_party/WebKit/Source/core/html/HTMLTitleElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp b/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp |
index 02eadd39160934f3dbc523dad4b9dcd33b16c550..6c25d4ac03072959cd6340aa4c74a0e1601e1163 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp |
@@ -91,4 +91,4 @@ void HTMLTitleElement::setText(const String &value) |
appendChild(document().createTextNode(value.impl()), IGNORE_EXCEPTION); |
} |
-} |
+} // namespace blink |