| Index: third_party/WebKit/Source/platform/text/TextBoundaries.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextBoundaries.h b/third_party/WebKit/Source/platform/text/TextBoundaries.h
|
| index b304907cf45664b95a380a3a23461e62428a6e30..6b75c8796878db77a19654dee64c023b8d7b3957 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextBoundaries.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextBoundaries.h
|
| @@ -43,6 +43,6 @@ PLATFORM_EXPORT void findWordBoundary(const UChar*, int len, int position, int*
|
| PLATFORM_EXPORT int findWordEndBoundary(const UChar*, int len, int position);
|
| PLATFORM_EXPORT int findNextWordFromIndex(const UChar*, int len, int position, bool forward);
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif
|
|
|