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

Unified Diff: third_party/WebKit/Source/platform/fonts/Font.cpp

Issue 2841923002: Remove unused "using" statements in WebKit/Source/platform. (Closed)
Patch Set: Fixed Created 3 years, 8 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: third_party/WebKit/Source/platform/fonts/Font.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/Font.cpp b/third_party/WebKit/Source/platform/fonts/Font.cpp
index 81d41846cb4446c4e31d40ed238825489ad45a26..09721f43f8bc4585093e036fa707655395719e81 100644
--- a/third_party/WebKit/Source/platform/fonts/Font.cpp
+++ b/third_party/WebKit/Source/platform/fonts/Font.cpp
@@ -47,9 +47,6 @@
#include "platform/wtf/text/Unicode.h"
#include "third_party/skia/include/core/SkTextBlob.h"
-using namespace WTF;
-using namespace Unicode;
-
namespace blink {
Font::Font() : can_shape_word_by_word_(0), shape_word_by_word_computed_(0) {}
« no previous file with comments | « third_party/WebKit/Source/platform/Length.cpp ('k') | third_party/WebKit/Source/platform/fonts/FontDataCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698