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

Unified Diff: Source/platform/audio/AudioDelayDSPKernel.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/AudioDSPKernelProcessor.cpp ('k') | Source/platform/audio/AudioDelayDSPKernel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioDelayDSPKernel.h
diff --git a/Source/platform/audio/AudioDelayDSPKernel.h b/Source/platform/audio/AudioDelayDSPKernel.h
index 35d8d3bd3cbde4d8bdd95eba8728e134e80972f7..a4b8dd20e10ec5e8cee97e36be5e0101f1573b3c 100644
--- a/Source/platform/audio/AudioDelayDSPKernel.h
+++ b/Source/platform/audio/AudioDelayDSPKernel.h
@@ -28,7 +28,7 @@
#include "platform/audio/AudioArray.h"
#include "platform/audio/AudioDSPKernel.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT AudioDelayDSPKernel : public AudioDSPKernel {
public:
@@ -64,6 +64,6 @@ protected:
size_t bufferLengthForDelay(double delayTime, double sampleRate) const;
};
-} // namespace WebCore
+} // namespace blink
#endif // AudioDelayDSPKernel_h
« no previous file with comments | « Source/platform/audio/AudioDSPKernelProcessor.cpp ('k') | Source/platform/audio/AudioDelayDSPKernel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698