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

Unified Diff: Source/platform/text/LocaleWin.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/LocaleWin.cpp
diff --git a/Source/platform/text/LocaleWin.cpp b/Source/platform/text/LocaleWin.cpp
index e4e56bcbcb2229ff1d4b396d5190714bb94df89e..3a797cf6e9c5b93a9111f4fe88672722469359c8 100644
--- a/Source/platform/text/LocaleWin.cpp
+++ b/Source/platform/text/LocaleWin.cpp
@@ -45,8 +45,6 @@
#include "wtf/text/StringBuilder.h"
#include "wtf/text/StringHash.h"
-using namespace std;
-
namespace blink {
typedef LCID (WINAPI* LocaleNameToLCIDPtr)(LPCWSTR, DWORD);

Powered by Google App Engine
This is Rietveld 408576698