Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: content/renderer/media/webcontentdecryptionmodulesession_impl.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698