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

Unified Diff: Source/modules/webaudio/AudioBasicProcessorNode.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
Index: Source/modules/webaudio/AudioBasicProcessorNode.h
diff --git a/Source/modules/webaudio/AudioBasicProcessorNode.h b/Source/modules/webaudio/AudioBasicProcessorNode.h
index 67c68db00fbc877199ecbaa98c93a7da891afc05..69a36168eafd47279488e648d4f4b1311d461433 100644
--- a/Source/modules/webaudio/AudioBasicProcessorNode.h
+++ b/Source/modules/webaudio/AudioBasicProcessorNode.h
@@ -29,7 +29,7 @@
#include "wtf/Forward.h"
#include "wtf/Threading.h"
-namespace WebCore {
+namespace blink {
class AudioBus;
class AudioNodeInput;
@@ -60,6 +60,6 @@ protected:
OwnPtr<AudioProcessor> m_processor;
};
-} // namespace WebCore
+} // namespace blink
#endif // AudioBasicProcessorNode_h
« no previous file with comments | « Source/modules/webaudio/AudioBasicInspectorNode.cpp ('k') | Source/modules/webaudio/AudioBasicProcessorNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698