Index: cc/test/layer_test_common.h |
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h |
index 9627ba181690ca96ec07a2d385295174fa307c46..b67ca8f149d6fea73daf6994773746e4cc3eabf6 100644 |
--- a/cc/test/layer_test_common.h |
+++ b/cc/test/layer_test_common.h |
@@ -9,11 +9,11 @@ |
#include "IntRect.h" |
#include "Region.h" |
-namespace CCLayerTestCommon { |
+namespace LayerTestCommon { |
extern const char* quadString; |
-void verifyQuadsExactlyCoverRect(const cc::CCQuadList&, const cc::IntRect&); |
+void verifyQuadsExactlyCoverRect(const cc::QuadList&, const cc::IntRect&); |
-} // namespace CCLayerTestCommon |
+} // namespace LayerTestCommon |
#endif // CCLayerTestCommon_h |