Index: third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp |
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp |
index de2081ab3a82286a66cf18176e648bbd7e0f8ebc..04114de0ded4d0058d0bb37d75eb6b6ed65febc0 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp |
@@ -35,7 +35,7 @@ namespace { |
class TestAudioWorkletReportingProxy : public WorkerReportingProxy { |
public: |
static std::unique_ptr<TestAudioWorkletReportingProxy> create() { |
- return wrapUnique(new TestAudioWorkletReportingProxy()); |
+ return WTF::wrapUnique(new TestAudioWorkletReportingProxy()); |
} |
// (Empty) WorkerReportingProxy implementation: |