Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/TouchEventContext.h |
| diff --git a/third_party/WebKit/Source/core/events/TouchEventContext.h b/third_party/WebKit/Source/core/events/TouchEventContext.h |
| index d04cd2ab5ca8dbff87f6807c70c5b7a4726a1f8f..d7ebe2019fa05938b65b42d30501346a3cec1aec 100644 |
| --- a/third_party/WebKit/Source/core/events/TouchEventContext.h |
| +++ b/third_party/WebKit/Source/core/events/TouchEventContext.h |
| @@ -56,6 +56,6 @@ private: |
| RefPtrWillBeMember<TouchList> m_changedTouches; |
| }; |
| -} |
| +} // namespace blink |
| #endif // TouchEventContext_h |