Index: third_party/WebKit/Source/platform/animation/CompositorAnimationTimelineTest.cpp |
diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimationTimelineTest.cpp b/third_party/WebKit/Source/platform/animation/CompositorAnimationTimelineTest.cpp |
index 864dddedfbb3781059693227bbc37e1a7271fd9b..72422d3a2cdd025c2d0019b7dc527abb5cd12e0e 100644 |
--- a/third_party/WebKit/Source/platform/animation/CompositorAnimationTimelineTest.cpp |
+++ b/third_party/WebKit/Source/platform/animation/CompositorAnimationTimelineTest.cpp |
@@ -26,7 +26,7 @@ TEST_F(CompositorAnimationTimelineTest, |
EXPECT_FALSE(ccTimeline->animation_host()); |
std::unique_ptr<WebLayerTreeView> layerTreeHost = |
- wrapUnique(new WebLayerTreeViewImplForTesting); |
+ WTF::wrapUnique(new WebLayerTreeViewImplForTesting); |
DCHECK(layerTreeHost); |
layerTreeHost->attachCompositorAnimationTimeline( |