| Index: Source/core/platform/chromium/support/WebMediaStream.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebMediaStream.cpp b/Source/core/platform/chromium/support/WebMediaStream.cpp
|
| index 43e7b796feab87febe51a4f47faa1c2eca855e47..20434e1af341f34a3c482cfdcca280dba99e4714 100644
|
| --- a/Source/core/platform/chromium/support/WebMediaStream.cpp
|
| +++ b/Source/core/platform/chromium/support/WebMediaStream.cpp
|
| @@ -39,7 +39,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -158,4 +158,4 @@ void WebMediaStream::assign(const WebMediaStream& other)
|
| m_private = other.m_private;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|