Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp |
| diff --git a/third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp b/third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp |
| index 56182e51586b7ede574d2a52d95ce1821a5dbe07..4d3de4cd63e8cfb0b28d870795563622b6668101 100644 |
| --- a/third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp |
| +++ b/third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp |
| @@ -844,4 +844,4 @@ TextBreakIterator* cursorMovementIterator(const UChar* string, int length) |
| return setUpIteratorWithRules(kRules, string, length); |
| } |
| -} |
| +} // namespace blink |