Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/line/LineBreaker.h |
| diff --git a/third_party/WebKit/Source/core/layout/line/LineBreaker.h b/third_party/WebKit/Source/core/layout/line/LineBreaker.h |
| index b6c44fa389d9fa2bd57d5f9d0e2bbad6c28e7d5e..7529db93f1f42516dce8552246b0ab0bd364a67f 100644 |
| --- a/third_party/WebKit/Source/core/layout/line/LineBreaker.h |
| +++ b/third_party/WebKit/Source/core/layout/line/LineBreaker.h |
| @@ -62,6 +62,6 @@ private: |
| Vector<LineLayoutBox> m_positionedObjects; |
| }; |
| -} |
| +} // namespace blink |
| #endif // LineBreaker_h |