| Index: content/browser/media/capture/web_contents_tracker.h
|
| diff --git a/content/browser/media/capture/web_contents_tracker.h b/content/browser/media/capture/web_contents_tracker.h
|
| index 0c777610a3c80ffaed05d6d1f73a8f82139c63d7..f8957f3f839ac12938e648378c76995b4ea48420 100644
|
| --- a/content/browser/media/capture/web_contents_tracker.h
|
| +++ b/content/browser/media/capture/web_contents_tracker.h
|
| @@ -73,7 +73,7 @@ class CONTENT_EXPORT WebContentsTracker
|
| OVERRIDE;
|
| virtual void DidNavigateMainFrame(const LoadCommittedDetails& details,
|
| const FrameNavigateParams& params) OVERRIDE;
|
| - virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
|
|
| scoped_refptr<base::MessageLoopProxy> message_loop_;
|
| ChangeCallback callback_;
|
|
|