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

Unified Diff: Source/platform/audio/AudioDSPKernel.h

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/AudioChannel.cpp ('k') | Source/platform/audio/AudioDSPKernel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioDSPKernel.h
diff --git a/Source/platform/audio/AudioDSPKernel.h b/Source/platform/audio/AudioDSPKernel.h
index d51c249076c16d480949867afd7eedafabf22fc0..a006864acd585a3962c8af5870099bfe3043c3d0 100644
--- a/Source/platform/audio/AudioDSPKernel.h
+++ b/Source/platform/audio/AudioDSPKernel.h
@@ -33,7 +33,7 @@
#include "platform/audio/AudioDSPKernelProcessor.h"
-namespace WebCore {
+namespace blink {
// AudioDSPKernel does the processing for one channel of an AudioDSPKernelProcessor.
@@ -71,6 +71,6 @@ protected:
float m_sampleRate;
};
-} // namespace WebCore
+} // namespace blink
#endif // AudioDSPKernel_h
« no previous file with comments | « Source/platform/audio/AudioChannel.cpp ('k') | Source/platform/audio/AudioDSPKernel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698