Chromium Code Reviews| Index: third_party/WebKit/Source/platform/ContextMenu.h |
| diff --git a/third_party/WebKit/Source/platform/ContextMenu.h b/third_party/WebKit/Source/platform/ContextMenu.h |
| index 11e37a35675971a15d0da4d90dd2292b2f5d12f7..44fade8023ad36c5a51627693f07104f3712bbb8 100644 |
| --- a/third_party/WebKit/Source/platform/ContextMenu.h |
| +++ b/third_party/WebKit/Source/platform/ContextMenu.h |
| @@ -46,6 +46,6 @@ private: |
| Vector<ContextMenuItem> m_items; |
| }; |
| -} |
| +} // namespace blink |
| #endif // ContextMenu_h |