| Index: Source/modules/webaudio/AudioNodeOutput.h
|
| diff --git a/Source/modules/webaudio/AudioNodeOutput.h b/Source/modules/webaudio/AudioNodeOutput.h
|
| index 862ec9874c2f60ad14c45dc0cb9eb32053423d2a..6e7a0790cbc6dff4bbad4b15f4ed1f9e35b5fa36 100644
|
| --- a/Source/modules/webaudio/AudioNodeOutput.h
|
| +++ b/Source/modules/webaudio/AudioNodeOutput.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioContext;
|
| class AudioNodeInput;
|
| @@ -149,6 +149,6 @@ private:
|
| WillBeHeapHashSet<RefPtrWillBeMember<AudioParam> > m_params;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AudioNodeOutput_h
|
|
|