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

Unified Diff: Source/platform/text/TextBreakIterator.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/platform/text/TextBreakIterator.h ('k') | Source/platform/text/TextBreakIteratorICU.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextBreakIterator.cpp
diff --git a/Source/platform/text/TextBreakIterator.cpp b/Source/platform/text/TextBreakIterator.cpp
index 60e193c9eb0862f40a02e786ebd08ecba339cfa6..8dcb3eb1893bd7376e519a36b37f7f07fa1d1980 100644
--- a/Source/platform/text/TextBreakIterator.cpp
+++ b/Source/platform/text/TextBreakIterator.cpp
@@ -22,7 +22,7 @@
#include "config.h"
#include "platform/text/TextBreakIterator.h"
-namespace WebCore {
+namespace blink {
unsigned numGraphemeClusters(const String& string)
{
@@ -67,4 +67,4 @@ unsigned numCharactersInGraphemeClusters(const String& string, unsigned numGraph
return it.current();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/text/TextBreakIterator.h ('k') | Source/platform/text/TextBreakIteratorICU.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698