Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/ClipPathOperation.h |
| diff --git a/third_party/WebKit/Source/core/layout/ClipPathOperation.h b/third_party/WebKit/Source/core/layout/ClipPathOperation.h |
| index 385b101eccb01f789f5fa814fba7b417d7d2c1f6..442ccb4eaf49a9f61001d07d91a33649332167ef 100644 |
| --- a/third_party/WebKit/Source/core/layout/ClipPathOperation.h |
| +++ b/third_party/WebKit/Source/core/layout/ClipPathOperation.h |
| @@ -136,6 +136,6 @@ inline bool ShapeClipPathOperation::operator==(const ClipPathOperation& o) const |
| return *m_shape == *otherShape; |
| } |
| -} |
| +} // namespace blink |
| #endif // ClipPathOperation_h |