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

Unified Diff: Source/platform/text/LocaleICU.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/LocaleICU.cpp
diff --git a/Source/platform/text/LocaleICU.cpp b/Source/platform/text/LocaleICU.cpp
index cbb23b65c503916eaa99e10e0acbe505d3a451f1..ff18c7b49efd9aa096956d38f8330fbb177c5ef7 100644
--- a/Source/platform/text/LocaleICU.cpp
+++ b/Source/platform/text/LocaleICU.cpp
@@ -40,7 +40,6 @@
#include "wtf/text/StringBuilder.h"
using namespace icu;
-using namespace std;
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698