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

Unified Diff: Source/platform/fonts/FontPlatformData.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/fonts/FontPlatformData.cpp
diff --git a/Source/platform/fonts/FontPlatformData.cpp b/Source/platform/fonts/FontPlatformData.cpp
index aad1e42ba0cb308d88b73104c2e354d428ecd3d9..4048be0974b715c2521745dfe9899a54aafadf08 100644
--- a/Source/platform/fonts/FontPlatformData.cpp
+++ b/Source/platform/fonts/FontPlatformData.cpp
@@ -29,8 +29,6 @@
#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
#endif
-using namespace std;
-
namespace blink {
FontPlatformData::FontPlatformData(WTF::HashTableDeletedValueType)

Powered by Google App Engine
This is Rietveld 408576698