| Index: chromecast/browser/cast_content_window.h
|
| diff --git a/chromecast/browser/cast_content_window.h b/chromecast/browser/cast_content_window.h
|
| index 1fa6e1fff7f427ec946cb33bd8129dd40eeb0319..b0b8cc99d41687f4b2abdb63b721c022d3a0cc8e 100644
|
| --- a/chromecast/browser/cast_content_window.h
|
| +++ b/chromecast/browser/cast_content_window.h
|
| @@ -46,8 +46,8 @@ class CastContentWindow : public content::WebContentsObserver {
|
|
|
| // content::WebContentsObserver implementation:
|
| void DidFirstVisuallyNonEmptyPaint() override;
|
| - void MediaPaused() override;
|
| - void MediaStartedPlaying() override;
|
| + void MediaStoppedPlaying(const MediaPlayerId& id) override;
|
| + void MediaStartedPlaying(const MediaPlayerId& id) override;
|
| void RenderViewCreated(content::RenderViewHost* render_view_host) override;
|
|
|
| private:
|
|
|