Index: third_party/WebKit/Source/core/dom/GlobalEventHandlers.h |
diff --git a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.h b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.h |
index df01dfdeaae2aa2c0535ddcc82c881b84270e693..d70753c81b33ff796ae648a5d1a00edf0325f88f 100644 |
--- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.h |
+++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.h |
@@ -109,8 +109,8 @@ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchmove); |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(touchstart); |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(volumechange); |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(waiting); |
-} |
+} // namespace GlobalEventHandlers |
-} // namespace |
+} // namespace blink |
#endif |