Index: content/renderer/media/webmediaplayer_impl.h |
diff --git a/content/renderer/media/webmediaplayer_impl.h b/content/renderer/media/webmediaplayer_impl.h |
index c27c0393c429b11adb7e7b19479b21df960b05d1..f636ec11f07d9271869f871fb9f65dba2c75526a 100644 |
--- a/content/renderer/media/webmediaplayer_impl.h |
+++ b/content/renderer/media/webmediaplayer_impl.h |
@@ -177,7 +177,7 @@ class WebMediaPlayerImpl |
uint32 system_code); |
void OnKeyMessage(const std::string& session_id, |
const std::vector<uint8>& message, |
- const std::string& default_url); |
+ const GURL& destination_url); |
void OnNeedKey(const std::string& type, |
const std::vector<uint8>& init_data); |
void OnAddTextTrack(const media::TextTrackConfig& config, |