Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / TableLayout.h
index 20885dd..9e4f7ce 100644 (file)
@@ -24,7 +24,7 @@
 #include "wtf/FastAllocBase.h"
 #include "wtf/Noncopyable.h"
 
-namespace WebCore {
+namespace blink {
 
 class LayoutUnit;
 class RenderTable;
@@ -52,6 +52,6 @@ protected:
     RenderTable* m_table;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // TableLayout_h