Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: Source/platform/audio/MultiChannelResampler.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/audio/MultiChannelResampler.h ('k') | Source/platform/audio/Panner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/MultiChannelResampler.cpp
diff --git a/Source/platform/audio/MultiChannelResampler.cpp b/Source/platform/audio/MultiChannelResampler.cpp
index 827506f2ade5f16d009eef788177856f0174a16d..f628baa0b878b32c2bdf2909eeb960ff15209e88 100644
--- a/Source/platform/audio/MultiChannelResampler.cpp
+++ b/Source/platform/audio/MultiChannelResampler.cpp
@@ -34,7 +34,7 @@
#include "platform/audio/AudioBus.h"
-namespace WebCore {
+namespace blink {
namespace {
@@ -118,6 +118,6 @@ void MultiChannelResampler::process(AudioSourceProvider* provider, AudioBus* des
}
}
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/audio/MultiChannelResampler.h ('k') | Source/platform/audio/Panner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698