Index: cc/CCLayerTreeHostTest.cpp |
diff --git a/cc/CCLayerTreeHostTest.cpp b/cc/CCLayerTreeHostTest.cpp |
index 555eec7c5f5dc025a457a5f571511570dfd292a2..e5bdddac1a842111c9b1819e8119412c3bdae74a 100644 |
--- a/cc/CCLayerTreeHostTest.cpp |
+++ b/cc/CCLayerTreeHostTest.cpp |
@@ -1315,7 +1315,7 @@ public: |
EXPECT_EQ(IntSize(60, 60), impl->deviceViewportSize()); |
CCLayerImpl* root = impl->rootLayer(); |
- CCLayerImpl* child = impl->rootLayer()->children()[0].get(); |
+ CCLayerImpl* child = impl->rootLayer()->children()[0]; |
// Positions remain in layout pixels. |
EXPECT_EQ(IntPoint(0, 0), root->position()); |