Index: cc/LayerPainterChromium.h |
diff --git a/cc/LayerPainterChromium.h b/cc/LayerPainterChromium.h |
index 98eadf5783ea96a532ea6ed854fb34eebe8d97a5..d552382d149af1074f909716011b4028376e6bd1 100644 |
--- a/cc/LayerPainterChromium.h |
+++ b/cc/LayerPainterChromium.h |
@@ -10,7 +10,7 @@ |
class SkCanvas; |
-namespace WebCore { |
+namespace cc { |
class FloatRect; |
class IntRect; |
@@ -21,7 +21,6 @@ public: |
virtual void paint(SkCanvas*, const IntRect& contentRect, FloatRect& opaque) = 0; |
}; |
-} // namespace WebCore |
+} // namespace cc |
#endif // USE(ACCELERATED_COMPOSITING) |
#endif // LayerPainterChromium_h |
- |