Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp |
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp b/third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp |
| index b239cfe26db5527d60f32de8d9d6c9977f3f83a0..77a6d376db97c46b2ad76355ce1a1a6ccb17430d 100644 |
| --- a/third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp |
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp |
| @@ -124,4 +124,4 @@ void HTMLEntitySearch::advance(UChar nextCharacter) |
| m_mostRecentMatch = m_first; |
| } |
| -} |
| +} // namespace blink |