| Index: chrome/browser/infobars/infobar_service.h
|
| diff --git a/chrome/browser/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h
|
| index f6913c59c166e7e56e41160a539187e3d06a4767..2db1f820e0a7656a60af1360a5a580b64c70d439 100644
|
| --- a/chrome/browser/infobars/infobar_service.h
|
| +++ b/chrome/browser/infobars/infobar_service.h
|
| @@ -71,7 +71,7 @@ class InfoBarService : public infobars::InfoBarManager,
|
| void RenderProcessGone(base::TerminationStatus status) override;
|
| void DidStartNavigationToPendingEntry(
|
| const GURL& url,
|
| - content::NavigationController::ReloadType reload_type) override;
|
| + content::ReloadType reload_type) override;
|
| void NavigationEntryCommitted(
|
| const content::LoadCommittedDetails& load_details) override;
|
| void WebContentsDestroyed() override;
|
|
|