Chromium Code Reviews| Index: Source/platform/fonts/FontDataCache.cpp |
| diff --git a/Source/platform/fonts/FontDataCache.cpp b/Source/platform/fonts/FontDataCache.cpp |
| index 4bdd12682439cab0d94a72972edbc2bfd013e533..147f278dd3bc25b6ddf43defb81d83b3eeccee2e 100644 |
| --- a/Source/platform/fonts/FontDataCache.cpp |
| +++ b/Source/platform/fonts/FontDataCache.cpp |
| @@ -33,8 +33,6 @@ |
| #include "platform/fonts/SimpleFontData.h" |
| -using namespace WTF; |
|
kangil_
2014/08/13 01:33:10
I don't think we can delete this line.
heeyoun.lee
2014/08/13 02:57:27
Done.
|
| - |
| namespace blink { |
| #if !OS(ANDROID) |
| @@ -152,4 +150,4 @@ bool FontDataCache::purgeLeastRecentlyUsed(int count) |
| return didWork; |
| } |
| -} |
| +} // namespace blink |