Index: content/renderer/media/android/proxy_media_keys.h |
diff --git a/content/renderer/media/android/proxy_media_keys.h b/content/renderer/media/android/proxy_media_keys.h |
index afe1719b5739f99c7f3db2fb4bc2154f95893ad5..d5157260e537229faacdd83eba70635c9e2d18f7 100644 |
--- a/content/renderer/media/android/proxy_media_keys.h |
+++ b/content/renderer/media/android/proxy_media_keys.h |
@@ -48,7 +48,7 @@ class ProxyMediaKeys : public media::MediaKeys { |
void OnSessionCreated(uint32 session_id, const std::string& web_session_id); |
void OnSessionMessage(uint32 session_id, |
const std::vector<uint8>& message, |
- const std::string& destination_url); |
+ const GURL& destination_url); |
void OnSessionReady(uint32 session_id); |
void OnSessionClosed(uint32 session_id); |
void OnSessionError(uint32 session_id, |