Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.cpp |
| diff --git a/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.cpp b/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.cpp |
| index 7336f4078fc197984ddff07e1ccabfd39eb36097..69c31c48708917c72c9bca656b6eafc1756e93df 100644 |
| --- a/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.cpp |
| +++ b/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.cpp |
| @@ -21,4 +21,4 @@ bool AtomicHTMLToken::usesAttributes() const |
| return m_type == HTMLToken::StartTag || m_type == HTMLToken::EndTag; |
| } |
| -} |
| +} // namespace blink |