Index: content/renderer/media/crypto/proxy_decryptor.h |
diff --git a/content/renderer/media/crypto/proxy_decryptor.h b/content/renderer/media/crypto/proxy_decryptor.h |
index 4d1e7c76a9e99e8a8842e6d3757d6c2ff60154d2..1256ada4d8ac553206355516cb406b8ec44728fb 100644 |
--- a/content/renderer/media/crypto/proxy_decryptor.h |
+++ b/content/renderer/media/crypto/proxy_decryptor.h |
@@ -6,6 +6,7 @@ |
#define CONTENT_RENDERER_MEDIA_CRYPTO_PROXY_DECRYPTOR_H_ |
#include <map> |
+#include <set> |
#include <string> |
#include <vector> |
@@ -141,6 +142,8 @@ class ProxyDecryptor { |
SessionIdMap sessions_; |
+ std::set<uint32> persistent_sessions_; |
+ |
bool is_clear_key_; |
DISALLOW_COPY_AND_ASSIGN(ProxyDecryptor); |