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

Unified Diff: ui/app_list/search/history_data.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 | « ui/app_list/pagination_model.h ('k') | ui/app_list/search_box_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search/history_data.h
diff --git a/ui/app_list/search/history_data.h b/ui/app_list/search/history_data.h
index f0932fc0e34e0e29f8cb7f66b0a21bc62d028943..deaa6ac48700d3044089131a4860fea538e9549b 100644
--- a/ui/app_list/search/history_data.h
+++ b/ui/app_list/search/history_data.h
@@ -82,7 +82,7 @@ class APP_LIST_EXPORT HistoryData : public base::SupportsWeakPtr<HistoryData> {
HistoryDataStore* store_; // Not owned.
const size_t max_primary_;
const size_t max_secondary_;
- ObserverList<HistoryDataObserver, true> observers_;
+ base::ObserverList<HistoryDataObserver, true> observers_;
Associations associations_;
« no previous file with comments | « ui/app_list/pagination_model.h ('k') | ui/app_list/search_box_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698