| Index: webkit/media/webmediaplayer_impl.h
|
| diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
|
| index 653041a1e76ef750c3852b5a0b9de983777b3c46..dc02de3c1f565c0abd53f797f2d98c3f21d838b1 100644
|
| --- a/webkit/media/webmediaplayer_impl.h
|
| +++ b/webkit/media/webmediaplayer_impl.h
|
| @@ -242,7 +242,7 @@ class WebMediaPlayerImpl
|
| void OnKeyMessage(const std::string& key_system,
|
| const std::string& session_id,
|
| const std::string& message,
|
| - const GURL& default_url);
|
| + const std::string& default_url);
|
| void OnNeedKey(const std::string& key_system,
|
| const std::string& type,
|
| const std::string& session_id,
|
|
|