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

Unified Diff: Source/modules/encryptedmedia/MediaKeysController.cpp

Issue 464353002: Cleanup blink:: prefix usage in Source/core/modules/[battery/*.cpp to indexeddb/*.cpp] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 4 months 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: Source/modules/encryptedmedia/MediaKeysController.cpp
diff --git a/Source/modules/encryptedmedia/MediaKeysController.cpp b/Source/modules/encryptedmedia/MediaKeysController.cpp
index 1a9b634cfc96a63279c049f7fe94198a99dd8393..36706dff43c67256c86db14d4930bcaa540c5b49 100644
--- a/Source/modules/encryptedmedia/MediaKeysController.cpp
+++ b/Source/modules/encryptedmedia/MediaKeysController.cpp
@@ -20,7 +20,7 @@ MediaKeysController::MediaKeysController(MediaKeysClient* client)
{
}
-PassOwnPtr<blink::WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem)
+PassOwnPtr<WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem)
{
return m_client->createContentDecryptionModule(context, keySystem);
}
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeys.cpp ('k') | Source/modules/encryptedmedia/SimpleContentDecryptionModuleResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698