Index: cc/SolidColorLayerChromium.h |
diff --git a/cc/SolidColorLayerChromium.h b/cc/SolidColorLayerChromium.h |
index 53ac9dc2598b0e118bdb7d3803c5d63d655b4cbd..c8d173f4e8fe42f18f5cb4523243216c38c41614 100644 |
--- a/cc/SolidColorLayerChromium.h |
+++ b/cc/SolidColorLayerChromium.h |
@@ -10,7 +10,7 @@ |
#include "LayerChromium.h" |
-namespace WebCore { |
+namespace cc { |
// A Layer that renders a solid color. The color is specified by using |
// setBackgroundColor() on the base class. |
@@ -29,4 +29,3 @@ protected: |
#endif // USE(ACCELERATED_COMPOSITING) |
#endif |
- |