Index: third_party/WebKit/Source/core/frame/DOMWindowEventHandlers.h |
diff --git a/third_party/WebKit/Source/core/frame/DOMWindowEventHandlers.h b/third_party/WebKit/Source/core/frame/DOMWindowEventHandlers.h |
index d9f1800d2dd3be67c3afe62c123b293c016697ba..006bf872ecc7bed2f628d91c59d7b1620b9ac77e 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMWindowEventHandlers.h |
+++ b/third_party/WebKit/Source/core/frame/DOMWindowEventHandlers.h |
@@ -49,8 +49,8 @@ DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(rejectionhandled); |
DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(storage); |
DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(unhandledrejection); |
DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload); |
-} |
+} // namespace DOMWindowEventHandlers |
-} // namespace |
+} // namespace blink |
#endif |