Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / FontCustomPlatformData.h
index f11c290..4ed2f95 100644 (file)
@@ -48,7 +48,7 @@ typedef struct CGFont* CGFontRef;
 
 class SkTypeface;
 
-namespace WebCore {
+namespace blink {
 
 class FontPlatformData;
 class SharedBuffer;
@@ -73,6 +73,6 @@ private:
     RefPtr<SkTypeface> m_typeface;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // FontCustomPlatformData_h