Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSContentDistributionValue.cpp |
| diff --git a/third_party/WebKit/Source/core/css/CSSContentDistributionValue.cpp b/third_party/WebKit/Source/core/css/CSSContentDistributionValue.cpp |
| index bebffa75f9a46bbbc9e7c671e1fa608a58e26ca2..9f0d0b80062cabc5dc487e447f280ad5dc962311 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSContentDistributionValue.cpp |
| +++ b/third_party/WebKit/Source/core/css/CSSContentDistributionValue.cpp |
| @@ -40,4 +40,4 @@ bool CSSContentDistributionValue::equals(const CSSContentDistributionValue& othe |
| return m_distribution == other.m_distribution && m_position == other.m_position && m_overflow == other.m_overflow; |
| } |
| -} |
| +} // namespace blink |