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

Unified Diff: Source/platform/text/LocaleMac.mm

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/LocaleMac.mm
diff --git a/Source/platform/text/LocaleMac.mm b/Source/platform/text/LocaleMac.mm
index 3ed835f0e58084d9a0eec764394a15ac8c56fd28..0c5f568f3223c91a4da697cdde81e143746d1d3a 100644
--- a/Source/platform/text/LocaleMac.mm
+++ b/Source/platform/text/LocaleMac.mm
@@ -39,8 +39,6 @@
#include "wtf/RetainPtr.h"
#include "wtf/text/StringBuilder.h"
-using namespace std;
-
namespace blink {
static inline String languageFromLocale(const String& locale)

Powered by Google App Engine
This is Rietveld 408576698