Chromium Code Reviews| Index: third_party/WebKit/Source/core/events/ScopedEventQueue.h |
| diff --git a/third_party/WebKit/Source/core/events/ScopedEventQueue.h b/third_party/WebKit/Source/core/events/ScopedEventQueue.h |
| index fce9e118e7de07fbf3d4b916127b41b19ae6fefb..330c5eba7bd5496339e0becb10160df96e64fc1d 100644 |
| --- a/third_party/WebKit/Source/core/events/ScopedEventQueue.h |
| +++ b/third_party/WebKit/Source/core/events/ScopedEventQueue.h |
| @@ -73,6 +73,6 @@ public: |
| ~EventQueueScope() { ScopedEventQueue::instance()->decrementScopingLevel(); } |
| }; |
| -} |
| +} // namespace blink |
| #endif // ScopedEventQueue_h |