Index: Source/platform/audio/UpSampler.h |
diff --git a/Source/platform/audio/UpSampler.h b/Source/platform/audio/UpSampler.h |
index bc8289e401c1c71507e7db8cf1968e46a8b53338..c2cb2d09b543d97a6ae27af13ef56ea7f6d4255c 100644 |
--- a/Source/platform/audio/UpSampler.h |
+++ b/Source/platform/audio/UpSampler.h |
@@ -34,7 +34,7 @@ |
#include "platform/audio/AudioArray.h" |
#include "platform/audio/DirectConvolver.h" |
-namespace WebCore { |
+namespace blink { |
// UpSampler up-samples the source stream by a factor of 2x. |
@@ -71,6 +71,6 @@ private: |
AudioFloatArray m_inputBuffer; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // UpSampler_h |