Index: cc/test/FakeCCGraphicsContext.h |
diff --git a/cc/test/FakeCCGraphicsContext.h b/cc/test/FakeCCGraphicsContext.h |
index 0185eb3feea96b800dec878f577ea81d25e04d6d..2b358366304a7aa0ec94275ada983745e5975926 100644 |
--- a/cc/test/FakeCCGraphicsContext.h |
+++ b/cc/test/FakeCCGraphicsContext.h |
@@ -12,7 +12,7 @@ |
namespace WebKit { |
-static inline PassOwnPtr<WebCore::CCGraphicsContext> createFakeCCGraphicsContext() |
+static inline PassOwnPtr<cc::CCGraphicsContext> createFakeCCGraphicsContext() |
{ |
return FakeWebCompositorOutputSurface::create(CompositorFakeWebGraphicsContext3D::create(WebGraphicsContext3D::Attributes())); |
} |