Chromium Code Reviews| Index: third_party/WebKit/Source/platform/fonts/UTF16TextIterator.cpp |
| diff --git a/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.cpp b/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.cpp |
| index 1b5435a666c100d86e342e4690e5ab3f8b7546b9..ec1c9c80ad4afe3afb0c4753dd1792fdddd45b55 100644 |
| --- a/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.cpp |
| +++ b/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.cpp |
| @@ -98,4 +98,4 @@ void UTF16TextIterator::consumeMultipleUChar() |
| m_currentGlyphLength = markLength; |
| } |
| -} |
| +} // namespace blink |