| Index: Source/platform/audio/AudioResampler.h
|
| diff --git a/Source/platform/audio/AudioResampler.h b/Source/platform/audio/AudioResampler.h
|
| index 55b829fc3fe9ed9da04ec8f44c35ebe990ba3306..aaa698c612f1e9d418f6c9a38ea11ace879a7173 100644
|
| --- a/Source/platform/audio/AudioResampler.h
|
| +++ b/Source/platform/audio/AudioResampler.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // AudioResampler resamples the audio stream from an AudioSourceProvider.
|
| // The audio stream may be single or multi-channel.
|
| @@ -65,6 +65,6 @@ private:
|
| RefPtr<AudioBus> m_sourceBus;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AudioResampler_h
|
|
|