Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp |
index a63002e7c6fcdaffb9eac477da9cfc80ec69847d..a7e46617d2cb5660e9c26aec37e69d317afa4c12 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeTest.cpp |
@@ -70,7 +70,7 @@ void MockOffscreenCanvasSurface::GetSurfaceId(GetSurfaceIdCallback callback) { |
void CanvasSurfaceLayerBridgeTest::SetUp() { |
m_surfaceLayerBridge = |
- wrapUnique(new CanvasSurfaceLayerBridge(m_service.GetProxy())); |
+ WTF::wrapUnique(new CanvasSurfaceLayerBridge(m_service.GetProxy())); |
} |
TEST_F(CanvasSurfaceLayerBridgeTest, SurfaceLayerCreation) { |