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

Unified Diff: Source/modules/encryptedmedia/MediaKeysClient.h

Issue 466813003: Cleanup namespace usage in Source/core/modules/[battery/* to indexeddb/*] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/MediaKeysClient.h
diff --git a/Source/modules/encryptedmedia/MediaKeysClient.h b/Source/modules/encryptedmedia/MediaKeysClient.h
index a72cb67d06621f99f46c420983661e411d43a932..ad2f631c2d206e62c116a03dfa2f208c809784b6 100644
--- a/Source/modules/encryptedmedia/MediaKeysClient.h
+++ b/Source/modules/encryptedmedia/MediaKeysClient.h
@@ -9,17 +9,14 @@
#include "wtf/text/WTFString.h"
namespace blink {
-class WebContentDecryptionModule;
-}
-
-namespace blink {
class ExecutionContext;
class Page;
+class WebContentDecryptionModule;
class MediaKeysClient {
public:
- virtual PassOwnPtr<blink::WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
+ virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
protected:
virtual ~MediaKeysClient() { }
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeySession.h ('k') | Source/modules/encryptedmedia/MediaKeysController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698