Index: webkit/media/webmediaplayer_impl.h |
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h |
index 8916b2895e961ea7f076e375f35884e50b24c2c8..2b4a34c198f89bf42486d0ceebcbca6fd140af92 100644 |
--- a/webkit/media/webmediaplayer_impl.h |
+++ b/webkit/media/webmediaplayer_impl.h |
@@ -256,7 +256,7 @@ class WebMediaPlayerImpl |
private: |
// Called after asynchronous initialization of a data source completed. |
- void DataSourceInitialized(const GURL& gurl, media::PipelineStatus status); |
+ void DataSourceInitialized(const GURL& gurl, bool success); |
// Called when the data source is downloading or paused. |
void NotifyDownloading(bool is_downloading); |