Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/ValidityState.cpp |
| diff --git a/third_party/WebKit/Source/core/html/ValidityState.cpp b/third_party/WebKit/Source/core/html/ValidityState.cpp |
| index af1329b9313de448ce486e373a062134966f46ab..6f1cbed78457f81cb82f9909067ffa509d0dfe4c 100644 |
| --- a/third_party/WebKit/Source/core/html/ValidityState.cpp |
| +++ b/third_party/WebKit/Source/core/html/ValidityState.cpp |
| @@ -85,4 +85,4 @@ bool ValidityState::valid() const |
| return m_control->valid(); |
| } |
| -} // namespace |
| +} // namespace blink |