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

Unified Diff: content/renderer/media/crypto/content_decryption_module_factory.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/crypto/content_decryption_module_factory.h
diff --git a/content/renderer/media/crypto/content_decryption_module_factory.h b/content/renderer/media/crypto/content_decryption_module_factory.h
index 3d328328dd1b0cc4d9453fd9376f248641ac8396..6a84f0f3ab39a08704a87126ea577a0ad8daa8f9 100644
--- a/content/renderer/media/crypto/content_decryption_module_factory.h
+++ b/content/renderer/media/crypto/content_decryption_module_factory.h
@@ -13,7 +13,7 @@
class GURL;
#if defined(ENABLE_PEPPER_CDMS)
-namespace WebKit {
+namespace blink {
class WebFrame;
class WebMediaPlayerClient;
}
@@ -29,8 +29,8 @@ class ContentDecryptionModuleFactory {
const std::string& key_system,
#if defined(ENABLE_PEPPER_CDMS)
// TODO(ddorwin): We need different pointers for the WD API.
- WebKit::WebMediaPlayerClient* web_media_player_client,
- WebKit::WebFrame* web_frame,
+ blink::WebMediaPlayerClient* web_media_player_client,
+ blink::WebFrame* web_frame,
const base::Closure& destroy_plugin_cb,
#elif defined(OS_ANDROID)
RendererMediaPlayerManager* manager,
@@ -43,8 +43,8 @@ class ContentDecryptionModuleFactory {
#if defined(ENABLE_PEPPER_CDMS)
static void DestroyHelperPlugin(
- WebKit::WebMediaPlayerClient* web_media_player_client,
- WebKit::WebFrame* web_frame);
+ blink::WebMediaPlayerClient* web_media_player_client,
+ blink::WebFrame* web_frame);
#endif // defined(ENABLE_PEPPER_CDMS)
};
« no previous file with comments | « content/renderer/media/cache_util_unittest.cc ('k') | content/renderer/media/crypto/content_decryption_module_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698