| Index: Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| diff --git a/Source/modules/webaudio/OfflineAudioDestinationNode.h b/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| index 62beff44b5b8543ce437e28eb88c8e348891f260..5b7dc1ecb265c2486ee952ee84cb89af30fa7458 100644
|
| --- a/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| +++ b/Source/modules/webaudio/OfflineAudioDestinationNode.h
|
| @@ -31,7 +31,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioBus;
|
| class AudioContext;
|
| @@ -78,6 +78,6 @@ private:
|
| void notifyComplete();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // OfflineAudioDestinationNode_h
|
|
|