Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / FontDataCache.h
index 408af5b..4837608 100644 (file)
@@ -36,7 +36,7 @@
 #include "wtf/HashMap.h"
 #include "wtf/ListHashSet.h"
 
-namespace WebCore {
+namespace blink {
 
 class SimpleFontData;
 
@@ -94,6 +94,6 @@ private:
     ListHashSet<RefPtr<SimpleFontData> > m_inactiveFontData;
 };
 
-}
+} // namespace blink
 
 #endif