From 236d317f450601fbb56756b0b5ca802659a045f6 Mon Sep 17 00:00:00 2001 From: brettw Date: Wed, 3 Jun 2015 09:31:43 -0700 Subject: Replace more ObserverList with base::ObserverList. This is everything but the chrome directory CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=zelidrag@chromium.org (chromeos) TBR=keybuk@chromium.org (device/bluetooth) Review URL: https://codereview.chromium.org/1162943002 Cr-Commit-Position: refs/heads/master@{#332626} --- components/infobars/core/infobar_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/infobars') 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_list_; + base::ObserverList observer_list_; DISALLOW_COPY_AND_ASSIGN(InfoBarManager); }; -- cgit v1.1