Index: Source/modules/mediastream/SourceInfo.cpp |
diff --git a/Source/modules/mediastream/SourceInfo.cpp b/Source/modules/mediastream/SourceInfo.cpp |
index 16e613f534f4c7d3ad373a257c41d9502e8b2b8b..3803b9f4e96fdead74d5ed2beeafcc6d398c88c5 100644 |
--- a/Source/modules/mediastream/SourceInfo.cpp |
+++ b/Source/modules/mediastream/SourceInfo.cpp |
@@ -28,7 +28,7 @@ |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
SourceInfo* SourceInfo::create(const blink::WebSourceInfo& webSourceInfo) |
{ |
@@ -82,4 +82,4 @@ String SourceInfo::facing() const |
return String(); |
} |
-} // namespace WebCore |
+} // namespace blink |