| Index: chrome/browser/infobars/infobar_service.h
|
| diff --git a/chrome/browser/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h
|
| index 39cca9a8d945615d14a501c4b500e36204f198c7..a90305b5b7afa949a997e815f7c671896b73dfc7 100644
|
| --- a/chrome/browser/infobars/infobar_service.h
|
| +++ b/chrome/browser/infobars/infobar_service.h
|
| @@ -62,8 +62,7 @@ class InfoBarService : public infobars::InfoBarManager,
|
| virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
|
| virtual void NavigationEntryCommitted(
|
| const content::LoadCommittedDetails& load_details) OVERRIDE;
|
| - virtual void WebContentsDestroyed(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| // Message handlers.
|
|
|