Chromium Code Reviews| Index: Source/platform/fonts/FontCache.cpp |
| diff --git a/Source/platform/fonts/FontCache.cpp b/Source/platform/fonts/FontCache.cpp |
| index 7dcbca1b9f937fa5dceb465cba02c0f9a5d4351a..58bbcb8a85c0c20a728b276145efdfb91388b9b4 100644 |
| --- a/Source/platform/fonts/FontCache.cpp |
| +++ b/Source/platform/fonts/FontCache.cpp |
| @@ -50,8 +50,6 @@ |
| #include "wtf/text/AtomicStringHash.h" |
| #include "wtf/text/StringHash.h" |
| -using namespace WTF; |
|
kangil_
2014/08/13 01:33:10
Name space WTF is alive. I don't think we can dele
heeyoun.lee
2014/08/13 02:57:27
Done.
|
| - |
| namespace blink { |
| #if !OS(WIN) |