| Index: components/infobars/core/infobar_container.h
|
| diff --git a/components/infobars/core/infobar_container.h b/components/infobars/core/infobar_container.h
|
| index d0b076a626527d5aab19b20aaaef42fa91811607..ab90ad1ae2a838c30d63782f5ed300f143419cf1 100644
|
| --- a/components/infobars/core/infobar_container.h
|
| +++ b/components/infobars/core/infobar_container.h
|
| @@ -65,7 +65,7 @@ class InfoBarContainer : public InfoBarManager::Observer {
|
| };
|
|
|
| explicit InfoBarContainer(Delegate* delegate);
|
| - virtual ~InfoBarContainer();
|
| + ~InfoBarContainer() override;
|
|
|
| // Changes the InfoBarManager for which this container is showing infobars.
|
| // This will hide all current infobars, remove them from the container, add
|
|
|