Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutObjectInlines.h |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObjectInlines.h b/third_party/WebKit/Source/core/layout/LayoutObjectInlines.h |
| index 56792aa73e5d66181605204da785c28ce9c7c209..d9d7e160bac1e527a5bb1f7880392515b4f8ffbc 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutObjectInlines.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutObjectInlines.h |
| @@ -39,6 +39,6 @@ inline const ComputedStyle& LayoutObject::styleRef(bool firstLine) const |
| return *style; |
| } |
| -} |
| +} // namespace blink |
| #endif |