Index: cc/CCLayerImplTest.cpp |
diff --git a/cc/CCLayerImplTest.cpp b/cc/CCLayerImplTest.cpp |
index 79c6a3a8fb94c0df999176fd64bf3c35d574c238..5a623c3e6fd8b401518b0ac8f9b9d93ef9fb5ede 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)); |