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) {} |