Index: content/renderer/media/webcontentdecryptionmodule_impl.cc |
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.cc b/content/renderer/media/webcontentdecryptionmodule_impl.cc |
index a70ad2adbb85a76b9cbdba57b8a8b31e747b3e79..a46b5ee531aefb85b021937cfe960e9f4a8140d8 100644 |
--- a/content/renderer/media/webcontentdecryptionmodule_impl.cc |
+++ b/content/renderer/media/webcontentdecryptionmodule_impl.cc |
@@ -170,9 +170,9 @@ WebContentDecryptionModuleImpl::~WebContentDecryptionModuleImpl() { |
} |
// The caller owns the created session. |
-WebKit::WebContentDecryptionModuleSession* |
+blink::WebContentDecryptionModuleSession* |
WebContentDecryptionModuleImpl::createSession( |
- WebKit::WebContentDecryptionModuleSession::Client* client) { |
+ blink::WebContentDecryptionModuleSession::Client* client) { |
DCHECK(media_keys_); |
WebContentDecryptionModuleSessionImpl* session = |
new WebContentDecryptionModuleSessionImpl( |