| Index: third_party/WebKit/Source/platform/audio/HRTFDatabase.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/HRTFDatabase.h b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
|
| index 15db13d77ee1ed16b9c4beca9771c7296eb3610d..1674f9004733b319d290174fd712ffb6d5325b77 100644
|
| --- a/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
|
| +++ b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
|
| @@ -37,8 +37,6 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class HRTFKernel;
|
| @@ -86,6 +84,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // HRTFDatabase_h
|
|
|