Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / WidthCache.h
index 7c47bab..7440b71 100644 (file)
@@ -34,7 +34,7 @@
 #include "wtf/HashTableDeletedValueType.h"
 #include "wtf/StringHasher.h"
 
-namespace WebCore {
+namespace blink {
 
 struct GlyphOverflow;
 
@@ -210,6 +210,6 @@ inline bool operator==(const WidthCache::SmallStringKey& a, const WidthCache::Sm
     return WTF::equal(a.characters(), b.characters(), a.length());
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // WidthCache_h