Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/TextBreakIterator.h |
| diff --git a/third_party/WebKit/Source/platform/text/TextBreakIterator.h b/third_party/WebKit/Source/platform/text/TextBreakIterator.h |
| index b984214d062e7dddd927f168d8d6b7cc27b429c8..940a3a515d68a8c3a0b95840df1728d9b05a3429 100644 |
| --- a/third_party/WebKit/Source/platform/text/TextBreakIterator.h |
| +++ b/third_party/WebKit/Source/platform/text/TextBreakIterator.h |
| @@ -258,6 +258,6 @@ private: |
| // counted as 1 grapheme cluster. |
| PLATFORM_EXPORT unsigned numGraphemeClusters(const String&); |
| -} |
| +} // namespace blink |
| #endif |