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

Unified Diff: public/platform/WebContentDecryptionModuleSession.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « public/platform/WebContentDecryptionModule.h ('k') | public/platform/WebContentLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/platform/WebContentDecryptionModule.h ('k') | public/platform/WebContentLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698