Index: content/renderer/media/webcontentdecryptionmodulesession_impl.h |
diff --git a/content/renderer/media/webcontentdecryptionmodulesession_impl.h b/content/renderer/media/webcontentdecryptionmodulesession_impl.h |
index df76f08de5f0e2b9b858b7a0426b287c28d5c87f..126c2320ad360fdc425116583acfd38fd5f46caa 100644 |
--- a/content/renderer/media/webcontentdecryptionmodulesession_impl.h |
+++ b/content/renderer/media/webcontentdecryptionmodulesession_impl.h |
@@ -21,7 +21,7 @@ class MediaKeys; |
namespace content { |
class WebContentDecryptionModuleSessionImpl |
- : public WebKit::WebContentDecryptionModuleSession { |
+ : public blink::WebContentDecryptionModuleSession { |
public: |
typedef base::Callback<void(const std::string& session_id)> SessionClosedCB; |
@@ -31,9 +31,9 @@ class WebContentDecryptionModuleSessionImpl |
const SessionClosedCB& session_closed_cb); |
virtual ~WebContentDecryptionModuleSessionImpl(); |
- // WebKit::WebContentDecryptionModuleSession implementation. |
- virtual WebKit::WebString sessionId() const OVERRIDE; |
- virtual void generateKeyRequest(const WebKit::WebString& mime_type, |
+ // blink::WebContentDecryptionModuleSession implementation. |
+ virtual blink::WebString sessionId() const OVERRIDE; |
+ virtual void generateKeyRequest(const blink::WebString& mime_type, |
const uint8* init_data, |
size_t init_data_length) OVERRIDE; |
virtual void update(const uint8* key, size_t key_length) OVERRIDE; |