| Index: Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| diff --git a/Source/platform/exported/WebContentDecryptionModuleSession.cpp b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| index 3d18f1677d944bb45d49cc46e7e20dc6efb00e01..5ec6afe2c5db5ee9d6c086799b1f36bd3da82b5d 100644
|
| --- a/Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| +++ b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
|
| @@ -25,7 +25,7 @@
|
| #include "config.h"
|
| #include "public/platform/WebContentDecryptionModuleSession.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebContentDecryptionModuleSession::~WebContentDecryptionModuleSession()
|
| {
|
| @@ -35,4 +35,4 @@ WebContentDecryptionModuleSession::Client::~Client()
|
| {
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|