| Index: webkit/media/webmediaplayer_impl.h
|
| diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
|
| index e8f5b131d3f08a65e2f990b803d14693671b6f7d..2396b0c840e857340aec0c04d6e3bdabe04121d7 100644
|
| --- a/webkit/media/webmediaplayer_impl.h
|
| +++ b/webkit/media/webmediaplayer_impl.h
|
| @@ -243,7 +243,7 @@ class WebMediaPlayerImpl
|
| const std::string& session_id,
|
| scoped_array<uint8> message,
|
| int message_length,
|
| - const std::string& default_url);
|
| + const GURL& default_url);
|
| void OnNeedKey(const std::string& key_system,
|
| const std::string& type,
|
| const std::string& session_id,
|
|
|