| Index: components/renderer_context_menu/render_view_context_menu_base.h
|
| 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 0e02838c53a414919b4f697ca6e9eff6b78936e3..e11628fd434d22d25aa46f2151d1b2336389760e 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<RenderViewContextMenuObserver> observers_;
|
| + mutable base::ObserverList<RenderViewContextMenuObserver> observers_;
|
|
|
| // Whether a command has been executed. Used to track whether menu observers
|
| // should be notified of menu closing without execution.
|
|
|