| Index: components/infobars/core/infobar_manager.h
|
| diff --git a/components/infobars/core/infobar_manager.h b/components/infobars/core/infobar_manager.h
|
| index 5685a030316e17e7d189a913a4317fce2685cc9c..d984f5bb945e610eb3dbf1b0cc4143ec17f32a3a 100644
|
| --- a/components/infobars/core/infobar_manager.h
|
| +++ b/components/infobars/core/infobar_manager.h
|
| @@ -120,7 +120,7 @@ class InfoBarManager {
|
| InfoBars infobars_;
|
| bool infobars_enabled_;
|
|
|
| - ObserverList<Observer, true> observer_list_;
|
| + base::ObserverList<Observer, true> observer_list_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InfoBarManager);
|
| };
|
|
|