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

Unified Diff: Source/platform/fonts/FontDataCache.cpp

Issue 468443002: Cleanup namespace usage in 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/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

Powered by Google App Engine
This is Rietveld 408576698