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

Unified Diff: Source/platform/audio/AudioDSPKernelProcessor.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/AudioDSPKernelProcessor.h ('k') | Source/platform/audio/AudioDelayDSPKernel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioDSPKernelProcessor.cpp
diff --git a/Source/platform/audio/AudioDSPKernelProcessor.cpp b/Source/platform/audio/AudioDSPKernelProcessor.cpp
index 712cd6385da8cd47aa7596d1105c76d2e8821a7b..dfc3297a4fcf9829f65a84a837d2cc601f523d85 100644
--- a/Source/platform/audio/AudioDSPKernelProcessor.cpp
+++ b/Source/platform/audio/AudioDSPKernelProcessor.cpp
@@ -37,7 +37,7 @@
#include "platform/audio/AudioDSPKernel.h"
#include "wtf/MainThread.h"
-namespace WebCore {
+namespace blink {
// setNumberOfChannels() may later be called if the object is not yet in an "initialized" state.
AudioDSPKernelProcessor::AudioDSPKernelProcessor(float sampleRate, unsigned numberOfChannels)
@@ -152,6 +152,6 @@ double AudioDSPKernelProcessor::latencyTime() const
return std::numeric_limits<double>::infinity();
}
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/audio/AudioDSPKernelProcessor.h ('k') | Source/platform/audio/AudioDelayDSPKernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698