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

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

Issue 1159583002: Eagerly sweep MediaKeySession objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: improve comment Created 5 years, 7 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 cc34735ae6a53dc583a75b846b483470afae5af6..a5eac0f31449187ecb458a24f1f1abe1909ce55a 100644
--- a/Source/modules/encryptedmedia/MediaKeysClient.h
+++ b/Source/modules/encryptedmedia/MediaKeysClient.h
@@ -5,13 +5,9 @@
#ifndef MediaKeysClient_h
#define MediaKeysClient_h
-#include "wtf/PassOwnPtr.h"
-#include "wtf/text/WTFString.h"
-
namespace blink {
class ExecutionContext;
-class WebContentDecryptionModule;
class WebEncryptedMediaClient;
class MediaKeysClient {
@@ -25,4 +21,3 @@ protected:
} // namespace blink
#endif // MediaKeysClient_h
-
« 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