Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / BorderData.h
index 4df4644..ad575b5 100644 (file)
@@ -30,7 +30,7 @@
 #include "platform/LengthSize.h"
 #include "platform/geometry/IntRect.h"
 
-namespace WebCore {
+namespace blink {
 
 class BorderData {
 friend class RenderStyle;
@@ -138,6 +138,6 @@ private:
     LengthSize m_bottomRight;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // BorderData_h