| Index: Source/platform/audio/ReverbConvolver.h
|
| diff --git a/Source/platform/audio/ReverbConvolver.h b/Source/platform/audio/ReverbConvolver.h
|
| index 8fd1031d6bfbe10bc905fa485e77f5674ef69634..32f0caef615af644e570c9aaeca2060707c59eb2 100644
|
| --- a/Source/platform/audio/ReverbConvolver.h
|
| +++ b/Source/platform/audio/ReverbConvolver.h
|
| @@ -43,7 +43,7 @@ namespace blink {
|
| class WebThread;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioChannel;
|
|
|
| @@ -86,6 +86,6 @@ private:
|
| OwnPtr<blink::WebThread> m_backgroundThread;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ReverbConvolver_h
|
|
|