| Index: components/infobars/core/infobar_manager.cc
|
| diff --git a/components/infobars/core/infobar_manager.cc b/components/infobars/core/infobar_manager.cc
|
| index ed26603dddf0f7e28fb8eecb777fd5c2b2c9ef5d..c93f05efacb446f8d33ca612cd416f8d79431af3 100644
|
| --- a/components/infobars/core/infobar_manager.cc
|
| +++ b/components/infobars/core/infobar_manager.cc
|
| @@ -101,7 +101,8 @@ void InfoBarManager::RemoveObserver(Observer* obs) {
|
|
|
| InfoBarManager::InfoBarManager()
|
| : infobars_enabled_(true) {
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableInfoBars))
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableInfoBars))
|
| infobars_enabled_ = false;
|
| }
|
|
|
|
|