Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: third_party/WebKit/Source/platform/text/TextBoundaries.h

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment (also filed llvm.org/PR26290) Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698