Index: third_party/WebKit/Source/platform/audio/Panner.h |
diff --git a/third_party/WebKit/Source/platform/audio/Panner.h b/third_party/WebKit/Source/platform/audio/Panner.h |
index 79109cbb2f38f69f688f3e8c726c13639631005f..896863a7c1df4473370566cac1c5219871bac14a 100644 |
--- a/third_party/WebKit/Source/platform/audio/Panner.h |
+++ b/third_party/WebKit/Source/platform/audio/Panner.h |
@@ -32,8 +32,8 @@ |
#include "platform/PlatformExport.h" |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
+#include "wtf/PassOwnPtr.h" |
#include "wtf/build_config.h" |
-#include <memory> |
namespace blink { |
@@ -54,7 +54,7 @@ public: |
typedef unsigned PanningModel; |
- static std::unique_ptr<Panner> create(PanningModel, float sampleRate, HRTFDatabaseLoader*); |
+ static PassOwnPtr<Panner> create(PanningModel, float sampleRate, HRTFDatabaseLoader*); |
virtual ~Panner() { }; |