Chromium Code Reviews| Index: Source/modules/webaudio/AudioContext.h |
| diff --git a/Source/modules/webaudio/AudioContext.h b/Source/modules/webaudio/AudioContext.h |
| index e6074048a96e21aa37c35d4020cbeff1cd055ea5..091b30174d4530b33acdb444a9043a93f05945e1 100644 |
| --- a/Source/modules/webaudio/AudioContext.h |
| +++ b/Source/modules/webaudio/AudioContext.h |
| @@ -363,6 +363,6 @@ private: |
| enum { MaxNumberOfChannels = 32 }; |
| }; |
| -} // WebCore |
| +} // namespace blink |
| #endif // AudioContext_h |