summaryrefslogtreecommitdiffstats
path: root/components/infobars/core/infobar_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/infobars/core/infobar_manager.h')
-rw-r--r--components/infobars/core/infobar_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/infobars/core/infobar_manager.h b/components/infobars/core/infobar_manager.h
index 5685a03..d984f5b 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);
};