Index: content/renderer/media/webcontentdecryptionmodulesession_impl.cc |
diff --git a/content/renderer/media/webcontentdecryptionmodulesession_impl.cc b/content/renderer/media/webcontentdecryptionmodulesession_impl.cc |
index b1dea741d5abe90e279ec33ba033c965566bfa63..b991ad136c0a9feb405fbf4c3b402785cca42df0 100644 |
--- a/content/renderer/media/webcontentdecryptionmodulesession_impl.cc |
+++ b/content/renderer/media/webcontentdecryptionmodulesession_impl.cc |
@@ -26,12 +26,12 @@ WebContentDecryptionModuleSessionImpl:: |
~WebContentDecryptionModuleSessionImpl() { |
} |
-WebKit::WebString WebContentDecryptionModuleSessionImpl::sessionId() const { |
- return WebKit::WebString::fromUTF8(session_id_); |
+blink::WebString WebContentDecryptionModuleSessionImpl::sessionId() const { |
+ return blink::WebString::fromUTF8(session_id_); |
} |
void WebContentDecryptionModuleSessionImpl::generateKeyRequest( |
- const WebKit::WebString& mime_type, |
+ const blink::WebString& mime_type, |
const uint8* init_data, size_t init_data_length) { |
// TODO(ddorwin): Guard against this in supported types check and remove this. |
// Chromium only supports ASCII MIME types. |