Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / FixedTableLayout.h
index 39dffea..cb92648 100644 (file)
@@ -25,7 +25,7 @@
 #include "platform/Length.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderTable;
 
@@ -44,6 +44,6 @@ private:
     Vector<Length> m_width;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // FixedTableLayout_h