diff options
Diffstat (limited to 'content/browser/media/capture/web_contents_tracker.h')
-rw-r--r-- | content/browser/media/capture/web_contents_tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/media/capture/web_contents_tracker.h b/content/browser/media/capture/web_contents_tracker.h index 0c77761..f8957f3 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_; |