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

Unified Diff: Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.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
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeysController.h ('k') | Source/web/MediaKeysClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.h
diff --git a/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.h b/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.h
index 88f369c90b4508476146e7872f74f725e7150c8c..a1c0505e3a9bb5c16c99045e1283536e221a205b 100644
--- a/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.h
+++ b/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.h
@@ -9,8 +9,8 @@
#include "bindings/modules/v8/V8MediaKeySystemConfiguration.h"
#include "core/frame/Navigator.h"
#include "modules/encryptedmedia/MediaKeySystemConfiguration.h"
-#include "wtf/Vector.h"
-#include "wtf/text/WTFString.h"
+#include "platform/heap/Handle.h"
+#include "wtf/Forward.h"
namespace blink {
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeysController.h ('k') | Source/web/MediaKeysClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698