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

Unified Diff: Source/modules/webaudio/DelayDSPKernel.h

Issue 403013002: Rename WebCore to blink in Modules (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/modules/webaudio/DefaultAudioDestinationNode.cpp ('k') | Source/modules/webaudio/DelayDSPKernel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/DelayDSPKernel.h
diff --git a/Source/modules/webaudio/DelayDSPKernel.h b/Source/modules/webaudio/DelayDSPKernel.h
index a0fbd66101550238fad627995505a6e85d5a0224..996f4c4b8643589a46151aa9d4cfc4f7f1246907 100644
--- a/Source/modules/webaudio/DelayDSPKernel.h
+++ b/Source/modules/webaudio/DelayDSPKernel.h
@@ -28,7 +28,7 @@
#include "platform/audio/AudioDelayDSPKernel.h"
#include "modules/webaudio/DelayProcessor.h"
-namespace WebCore {
+namespace blink {
class DelayProcessor;
@@ -45,6 +45,6 @@ private:
DelayProcessor* delayProcessor() { return static_cast<DelayProcessor*>(processor()); }
};
-} // namespace WebCore
+} // namespace blink
#endif // DelayDSPKernel_h
« no previous file with comments | « Source/modules/webaudio/DefaultAudioDestinationNode.cpp ('k') | Source/modules/webaudio/DelayDSPKernel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698