Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / accessibility / AXTable.h
index 3897e10..93e7db5 100644 (file)
@@ -32,7 +32,7 @@
 #include "core/accessibility/AXRenderObject.h"
 #include "wtf/Forward.h"
 
-namespace WebCore {
+namespace blink {
 
 class AXTableCell;
 class RenderTableSection;
@@ -90,6 +90,6 @@ protected:
 
 DEFINE_AX_OBJECT_TYPE_CASTS(AXTable, isAXTable());
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AXTable_h