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

Unified Diff: Source/platform/mediastream/MediaStreamDescriptor.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/MediaStreamDescriptor.cpp
diff --git a/Source/platform/mediastream/MediaStreamDescriptor.cpp b/Source/platform/mediastream/MediaStreamDescriptor.cpp
index e546a43659fd4b01dbd788772d02208793c1b31f..00cd60bcf270e12a73c8666957327ec762c8978e 100644
--- a/Source/platform/mediastream/MediaStreamDescriptor.cpp
+++ b/Source/platform/mediastream/MediaStreamDescriptor.cpp
@@ -35,7 +35,7 @@
#include "platform/UUID.h"
-namespace WebCore {
+namespace blink {
PassRefPtr<MediaStreamDescriptor> MediaStreamDescriptor::create(const MediaStreamSourceVector& audioSources, const MediaStreamSourceVector& videoSources)
{
@@ -124,5 +124,5 @@ MediaStreamDescriptor::MediaStreamDescriptor(const String& id, const MediaStream
m_videoComponents.append((*iter));
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/mediastream/MediaStreamDescriptor.h ('k') | Source/platform/mediastream/MediaStreamSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698