Index: content/renderer/media/webcontentdecryptionmodule_impl.h |
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h |
index a457bcac5303e1821c93dc9866f94fd785522353..cedc356ab5c5e4d39e63f32a422532e4bd1cbeeb 100644 |
--- a/content/renderer/media/webcontentdecryptionmodule_impl.h |
+++ b/content/renderer/media/webcontentdecryptionmodule_impl.h |
@@ -37,7 +37,7 @@ class WebContentDecryptionModuleImpl |
scoped_ptr<ReferenceIdAdapter> adapter); |
// Called when a WebContentDecryptionModuleSessionImpl is closed. |
- void OnSessionClosed(uint32 reference_id); |
+ void OnSessionClosed(uint32 session_id); |
scoped_ptr<media::MediaKeys> media_keys_; |
scoped_ptr<ReferenceIdAdapter> adapter_; |