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

Unified Diff: Source/platform/text/TextStream.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/TextStream.h ('k') | Source/platform/text/UnicodeBidi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextStream.cpp
diff --git a/Source/platform/text/TextStream.cpp b/Source/platform/text/TextStream.cpp
index c470e05e5a99f993d0c210ee5d0bfd4bb4ff3935..c0feed54ba88c3fc445df34a8d49baef6d8e54ac 100644
--- a/Source/platform/text/TextStream.cpp
+++ b/Source/platform/text/TextStream.cpp
@@ -37,7 +37,7 @@
using namespace std;
-namespace WebCore {
+namespace blink {
static const size_t printBufferSize = 100; // large enough for any integer or floating point value in string format, including trailing null character
« no previous file with comments | « Source/platform/text/TextStream.h ('k') | Source/platform/text/UnicodeBidi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698