Index: cc/ProgramBinding.h |
diff --git a/cc/ProgramBinding.h b/cc/ProgramBinding.h |
index 5c59fd26c1d9468c1f30557869c42c430315a8c9..9f0d0673c2a384156914d704b3cdaf0c07f25bc5 100644 |
--- a/cc/ProgramBinding.h |
+++ b/cc/ProgramBinding.h |
@@ -13,7 +13,7 @@ namespace WebKit { |
class WebGraphicsContext3D; |
} |
-namespace WebCore { |
+namespace cc { |
class ProgramBindingBase { |
public: |
@@ -77,7 +77,7 @@ private: |
FragmentShader m_fragmentShader; |
}; |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |