Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/EventFactory.h |
| diff --git a/third_party/WebKit/Source/core/events/EventFactory.h b/third_party/WebKit/Source/core/events/EventFactory.h |
| index 4a5ac7c9ca2e5b53a135cecf06d730fa3b2c3a0c..8058a01b285b8518d40193ee273dfc3b0af77e21 100644 |
| --- a/third_party/WebKit/Source/core/events/EventFactory.h |
| +++ b/third_party/WebKit/Source/core/events/EventFactory.h |
| @@ -55,6 +55,6 @@ public: |
| PassRefPtrWillBeRawPtr<Event> create(const String& eventType) override; |
| }; |
| -} |
| +} // namespace blink |
| #endif |