Index: third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp b/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp |
index 24b0fa91a8b8fb70333625ddbf89b97c459dda16..6034d496a9031b61643d0a1fa0e0acdc539ba9c5 100644 |
--- a/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp |
+++ b/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp |
@@ -46,8 +46,7 @@ class FIFOClient { |
FIFOClient(PushPullFIFO* fifo, size_t bus_length, size_t jitter_range_ms) |
: fifo_(fifo), |
bus_(AudioBus::Create(fifo->NumberOfChannels(), bus_length)), |
- client_thread_(WTF::WrapUnique( |
- Platform::Current()->CreateThread("client thread"))), |
+ client_thread_(Platform::Current()->CreateThread("client thread")), |
jitter_range_ms_(jitter_range_ms) {} |
void Start(double duration_ms, double interval_ms) { |