Index: cc/test/CCLayerTestCommon.h |
diff --git a/cc/test/CCLayerTestCommon.h b/cc/test/CCLayerTestCommon.h |
index fc726fa7bff0e534876f9ac66d92b205a4ad813c..9627ba181690ca96ec07a2d385295174fa307c46 100644 |
--- a/cc/test/CCLayerTestCommon.h |
+++ b/cc/test/CCLayerTestCommon.h |
@@ -13,7 +13,7 @@ namespace CCLayerTestCommon { |
extern const char* quadString; |
-void verifyQuadsExactlyCoverRect(const WebCore::CCQuadList&, const WebCore::IntRect&); |
+void verifyQuadsExactlyCoverRect(const cc::CCQuadList&, const cc::IntRect&); |
} // namespace CCLayerTestCommon |
#endif // CCLayerTestCommon_h |