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

Unified Diff: Source/platform/mediastream/MediaStreamComponent.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
Index: Source/platform/mediastream/MediaStreamComponent.h
diff --git a/Source/platform/mediastream/MediaStreamComponent.h b/Source/platform/mediastream/MediaStreamComponent.h
index cb2cb87d218767c664db951cb1636bfd7f147cb4..47d6ae8592ee540bd258853f23f54f23ecac4af6 100644
--- a/Source/platform/mediastream/MediaStreamComponent.h
+++ b/Source/platform/mediastream/MediaStreamComponent.h
@@ -43,7 +43,7 @@ namespace blink {
class WebAudioSourceProvider;
}
-namespace WebCore {
+namespace blink {
class MediaStreamDescriptor;
class MediaStreamSource;
@@ -89,11 +89,11 @@ private:
virtual ~AudioSourceProviderImpl() { }
- // Wraps the given blink::WebAudioSourceProvider to WebCore::AudioSourceProvider.
+ // Wraps the given blink::WebAudioSourceProvider to blink::AudioSourceProvider.
void wrap(blink::WebAudioSourceProvider*);
- // WebCore::AudioSourceProvider
- virtual void provideInput(WebCore::AudioBus*, size_t framesToProcess) OVERRIDE;
+ // blink::AudioSourceProvider
+ virtual void provideInput(blink::AudioBus*, size_t framesToProcess) OVERRIDE;
private:
blink::WebAudioSourceProvider* m_webAudioSourceProvider;
@@ -112,6 +112,6 @@ private:
typedef Vector<RefPtr<MediaStreamComponent> > MediaStreamComponentVector;
-} // namespace WebCore
+} // namespace blink
#endif // MediaStreamComponent_h
« no previous file with comments | « Source/platform/mediastream/MediaStreamCenter.cpp ('k') | Source/platform/mediastream/MediaStreamComponent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698