Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/BidiRun.h |
| diff --git a/third_party/WebKit/Source/core/layout/BidiRun.h b/third_party/WebKit/Source/core/layout/BidiRun.h |
| index 489f70c4026a98d0060ea1fd679b9f5e021e3c2d..8bfc08725b4ae117b2a2501759a520ffdceca166 100644 |
| --- a/third_party/WebKit/Source/core/layout/BidiRun.h |
| +++ b/third_party/WebKit/Source/core/layout/BidiRun.h |
| @@ -52,6 +52,6 @@ public: |
| InlineBox* m_box; |
| }; |
| -} |
| +} // namespace blink |
| #endif // BidiRun_h |