Index: public/platform/WebContentDecryptionModuleSession.h |
diff --git a/public/platform/WebContentDecryptionModuleSession.h b/public/platform/WebContentDecryptionModuleSession.h |
index f7afbba7abe3aa2f72661e90ef4de3c6c4b17d19..4b01c4f14ec0a770b9b9874bf0631ebea26a9ec5 100644 |
--- a/public/platform/WebContentDecryptionModuleSession.h |
+++ b/public/platform/WebContentDecryptionModuleSession.h |
@@ -33,7 +33,7 @@ |
#include "WebCommon.h" |
-namespace WebKit { |
+namespace blink { |
class WebString; |
class WebURL; |
@@ -49,7 +49,7 @@ public: |
virtual void keyAdded() = 0; |
virtual void keyError(MediaKeyErrorCode, unsigned long systemCode) = 0; |
- virtual void keyMessage(const unsigned char* message, size_t messageLength, const WebKit::WebURL& destinationURL) = 0; |
+ virtual void keyMessage(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL) = 0; |
protected: |
virtual ~Client(); |
@@ -63,6 +63,6 @@ public: |
virtual void close() = 0; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebContentDecryptionModuleSession_h |