| Index: components/undo/undo_manager.h
|
| diff --git a/components/undo/undo_manager.h b/components/undo/undo_manager.h
|
| index ebbe1b4351181a31f20036596ee54d7d9330823f..0c0af8bd743971d3be427cb201114d5ab6b8eccc 100644
|
| --- a/components/undo/undo_manager.h
|
| +++ b/components/undo/undo_manager.h
|
| @@ -109,7 +109,7 @@ class UndoManager {
|
| ScopedVector<UndoGroup> redo_actions_;
|
|
|
| // The observers to notify when internal state changes.
|
| - ObserverList<UndoManagerObserver> observers_;
|
| + base::ObserverList<UndoManagerObserver> observers_;
|
|
|
| // Supports grouping operations into a single undo action.
|
| int group_actions_count_;
|
|
|