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

Unified Diff: components/enhanced_bookmarks/enhanced_bookmark_model.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/enhanced_bookmarks/bookmark_server_service.h ('k') | components/favicon/core/favicon_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks/enhanced_bookmark_model.h
diff --git a/components/enhanced_bookmarks/enhanced_bookmark_model.h b/components/enhanced_bookmarks/enhanced_bookmark_model.h
index 9bc5e896e3cf9f646c5c0b95590aafdcc8f430a1..0d9e2a7a10f7b350a3b10604b15aadb8d9c8d2dd 100644
--- a/components/enhanced_bookmarks/enhanced_bookmark_model.h
+++ b/components/enhanced_bookmarks/enhanced_bookmark_model.h
@@ -202,7 +202,7 @@ class EnhancedBookmarkModel : public KeyedService,
bookmarks::BookmarkModel* bookmark_model_;
bool loaded_;
- ObserverList<EnhancedBookmarkModelObserver> observers_;
+ base::ObserverList<EnhancedBookmarkModelObserver> observers_;
IdToNodeMap id_map_;
NodeToIdMap nodes_to_reset_;
« no previous file with comments | « components/enhanced_bookmarks/bookmark_server_service.h ('k') | components/favicon/core/favicon_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698