Index: webkit/media/webmediaplayer_impl.h |
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h |
index bb96828f0029ded326472853bdc0fdf62c23300e..fc803a37211cf8a813d200b45581ae812a9e4539 100644 |
--- a/webkit/media/webmediaplayer_impl.h |
+++ b/webkit/media/webmediaplayer_impl.h |
@@ -205,7 +205,7 @@ class WebMediaPlayerImpl |
void DataSourceInitialized(const GURL& gurl, media::PipelineStatus status); |
// Finishes starting the pipeline due to a call to load(). |
- void StartPipeline(const GURL& gurl); |
+ void StartPipeline(); |
// Helpers that set the network/ready state and notifies the client if |
// they've changed. |