| Index: third_party/WebKit/Source/platform/audio/AudioResampler.h
 | 
| diff --git a/third_party/WebKit/Source/platform/audio/AudioResampler.h b/third_party/WebKit/Source/platform/audio/AudioResampler.h
 | 
| index 4c31d0e34768b9e099d840e6ec482c79f15410cf..5fc4636cc1823b62fdf6959feef3c5edafd6753d 100644
 | 
| --- a/third_party/WebKit/Source/platform/audio/AudioResampler.h
 | 
| +++ b/third_party/WebKit/Source/platform/audio/AudioResampler.h
 | 
| @@ -33,8 +33,6 @@
 | 
|  #include "wtf/OwnPtr.h"
 | 
|  #include "wtf/Vector.h"
 | 
|  
 | 
| -#if ENABLE(WEB_AUDIO)
 | 
| -
 | 
|  namespace blink {
 | 
|  
 | 
|  // AudioResampler resamples the audio stream from an AudioSourceProvider.
 | 
| @@ -71,6 +69,4 @@ private:
 | 
|  
 | 
|  } // namespace blink
 | 
|  
 | 
| -#endif // ENABLE(WEB_AUDIO)
 | 
| -
 | 
|  #endif // AudioResampler_h
 | 
| 
 |