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

Unified Diff: Source/platform/mediastream/MediaStreamWebAudioSource.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
Index: Source/platform/mediastream/MediaStreamWebAudioSource.cpp
diff --git a/Source/platform/mediastream/MediaStreamWebAudioSource.cpp b/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
index 3e0f96b9553723530afd474c137fabf64b90ec35..5dae4f4a51f593b8036ae0207aec510c4bf5d2b6 100644
--- a/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
+++ b/Source/platform/mediastream/MediaStreamWebAudioSource.cpp
@@ -37,7 +37,7 @@
#include "platform/audio/AudioBus.h"
#include "public/platform/WebAudioSourceProvider.h"
-namespace WebCore {
+namespace blink {
MediaStreamWebAudioSource::MediaStreamWebAudioSource(PassOwnPtr<blink::WebAudioSourceProvider> provider)
: m_webAudioSourceProvider(provider)
@@ -68,6 +68,6 @@ void MediaStreamWebAudioSource::provideInput(AudioBus* bus, size_t framesToProce
m_webAudioSourceProvider->provideInput(webAudioData, framesToProcess);
}
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/mediastream/MediaStreamWebAudioSource.h ('k') | Source/platform/mediastream/RTCConfiguration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698