Index: third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp |
diff --git a/third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp b/third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp |
index fdebf372e7bc7d63d2111cc321ddd0070b3fd831..6f7847986981e7142587510af8e0f4d7aea73bf6 100644 |
--- a/third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp |
+++ b/third_party/WebKit/Source/platform/audio/HRTFDatabase.cpp |
@@ -44,7 +44,7 @@ const unsigned HRTFDatabase::NumberOfTotalElevations = |
NumberOfRawElevations * InterpolationFactor; |
std::unique_ptr<HRTFDatabase> HRTFDatabase::create(float sampleRate) { |
- return wrapUnique(new HRTFDatabase(sampleRate)); |
+ return WTF::wrapUnique(new HRTFDatabase(sampleRate)); |
} |
HRTFDatabase::HRTFDatabase(float sampleRate) |