Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: components/undo/undo_manager.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/ui/zoom/zoom_event_manager.h ('k') | components/update_client/update_client_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « components/ui/zoom/zoom_event_manager.h ('k') | components/update_client/update_client_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698