Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / mediastream / MediaStreamDescriptor.h
index e149d61..6e0b1b0 100644 (file)
@@ -38,7 +38,7 @@
 #include "wtf/RefCounted.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class MediaStreamDescriptorClient {
 public:
@@ -101,6 +101,6 @@ private:
 
 typedef Vector<RefPtr<MediaStreamDescriptor> > MediaStreamDescriptorVector;
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // MediaStreamDescriptor_h