| Index: content/browser/media/capture/web_contents_tracker.cc
|
| diff --git a/content/browser/media/capture/web_contents_tracker.cc b/content/browser/media/capture/web_contents_tracker.cc
|
| index 0251c64b5788327995f230ba74071d0177963bb9..07653310128990309b538ddc27d7567fb5302ace 100644
|
| --- a/content/browser/media/capture/web_contents_tracker.cc
|
| +++ b/content/browser/media/capture/web_contents_tracker.cc
|
| @@ -95,7 +95,7 @@ void WebContentsTracker::DidNavigateMainFrame(
|
| OnWebContentsChangeEvent();
|
| }
|
|
|
| -void WebContentsTracker::WebContentsDestroyed(WebContents* web_contents) {
|
| +void WebContentsTracker::WebContentsDestroyed() {
|
| OnWebContentsChangeEvent();
|
| }
|
|
|
|
|