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/renderer_context_menu/render_view_context_menu_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/renderer_context_menu') diff --git a/components/renderer_context_menu/render_view_context_menu_base.h b/components/renderer_context_menu/render_view_context_menu_base.h index 0e02838..e11628f 100644 --- a/components/renderer_context_menu/render_view_context_menu_base.h +++ b/components/renderer_context_menu/render_view_context_menu_base.h @@ -178,7 +178,7 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate, const int render_frame_id_; // Our observers. - mutable ObserverList observers_; + mutable base::ObserverList observers_; // Whether a command has been executed. Used to track whether menu observers // should be notified of menu closing without execution. -- cgit v1.1