| Index: Source/platform/exported/WebSourceInfo.cpp
|
| diff --git a/Source/platform/exported/WebSourceInfo.cpp b/Source/platform/exported/WebSourceInfo.cpp
|
| index 39d97c2661fb192b6860a8e4d02209384dc2bfc7..d96a5f8693d17296bdfb2686efc8b00bbeb4e986 100644
|
| --- a/Source/platform/exported/WebSourceInfo.cpp
|
| +++ b/Source/platform/exported/WebSourceInfo.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebSourceInfoPrivate FINAL : public RefCounted<WebSourceInfoPrivate> {
|
| public:
|
| @@ -103,5 +103,5 @@ WebSourceInfo::VideoFacingMode WebSourceInfo::facing() const
|
| return m_private->facing();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
|
|