Index: cc/CCLayerImplTest.cpp |
diff --git a/cc/CCLayerImplTest.cpp b/cc/CCLayerImplTest.cpp |
index fc9686d9428f78a798159787c6eaff92e2b4e3a1..acaac9b6c0ca76ffbdc6463031aca7c2a6ef8b94 100644 |
--- a/cc/CCLayerImplTest.cpp |
+++ b/cc/CCLayerImplTest.cpp |
@@ -60,7 +60,7 @@ TEST(CCLayerImplTest, verifyLayerChangesAreTrackedProperly) |
DebugScopedSetImplThread setImplThread; |
// Create a simple CCLayerImpl tree: |
- OwnPtr<CCLayerImpl> root = CCLayerImpl::create(1); |
+ scoped_ptr<CCLayerImpl> root = CCLayerImpl::create(1); |
root->addChild(CCLayerImpl::create(2)); |
CCLayerImpl* child = root->children()[0]; |
child->addChild(CCLayerImpl::create(3)); |