| Index: Source/platform/audio/AudioBus.h
|
| diff --git a/Source/platform/audio/AudioBus.h b/Source/platform/audio/AudioBus.h
|
| index 032fad37a11bad548c11ec469ff00ee6e7f1ce0b..24812aebf765650232fe9354466fc2684ff900ff 100644
|
| --- a/Source/platform/audio/AudioBus.h
|
| +++ b/Source/platform/audio/AudioBus.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/ThreadSafeRefCounted.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // An AudioBus represents a collection of one or more AudioChannels.
|
| // The data layout is "planar" as opposed to "interleaved".
|
|
|