Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / VerticalPositionCache.h
index 4ae17b4..9b01291 100644 (file)
@@ -29,7 +29,7 @@
 #include "platform/fonts/FontBaseline.h"
 #include "wtf/HashMap.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderObject;
 
@@ -64,6 +64,6 @@ private:
     HashMap<RenderObject*, int> m_ideographicPositions;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // VerticalPositionCache_h