| Index: third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h b/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h
|
| index 0719de06f88a93a12d024abf8a09205d100b1208..756833a07bd137bb8a87d64e627930494292f81d 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.h
|
| @@ -30,8 +30,6 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/build_config.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class AudioBuffer;
|
| @@ -62,6 +60,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // AsyncAudioDecoder_h
|
|
|