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

Unified Diff: components/history/core/browser/history_service.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/history/core/browser/history_backend.h ('k') | components/history/core/browser/top_sites.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/history_service.h
diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
index 148e2a14ea4508f65a066b96373afdd1c94d9f07..f45d926fd35f8c7bb37103abe7cd21a51e24f85d 100644
--- a/components/history/core/browser/history_service.h
+++ b/components/history/core/browser/history_service.h
@@ -797,7 +797,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
// completed.
bool backend_loaded_;
- ObserverList<HistoryServiceObserver> observers_;
+ base::ObserverList<HistoryServiceObserver> observers_;
base::CallbackList<void(const std::set<GURL>&)>
favicon_changed_callback_list_;
« no previous file with comments | « components/history/core/browser/history_backend.h ('k') | components/history/core/browser/top_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698