summaryrefslogtreecommitdiffstats
path: root/components/undo
diff options
context:
space:
mode:
Diffstat (limited to 'components/undo')
-rw-r--r--components/undo/undo_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/undo/undo_manager.h b/components/undo/undo_manager.h
index ebbe1b4..0c0af8b 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_;