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

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

Issue 516953003: Removing "using" declarations that import names in the C++ Standard library.(Source/platform/[fonts… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: Source/platform/text/TextStream.cpp
diff --git a/Source/platform/text/TextStream.cpp b/Source/platform/text/TextStream.cpp
index c0feed54ba88c3fc445df34a8d49baef6d8e54ac..6598634c265d3b0c2e72fe709fd9e5e9fcf74a80 100644
--- a/Source/platform/text/TextStream.cpp
+++ b/Source/platform/text/TextStream.cpp
@@ -35,8 +35,6 @@
#include "wtf/StringExtras.h"
#include "wtf/text/WTFString.h"
-using namespace std;
-
namespace blink {
static const size_t printBufferSize = 100; // large enough for any integer or floating point value in string format, including trailing null character
« Source/platform/fonts/Font.cpp ('K') | « Source/platform/text/TextBreakIteratorICU.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698