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

Unified Diff: ui/app_list/app_list_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 | « ui/app_list/app_list_item_list.h ('k') | ui/app_list/folder_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_model.h
diff --git a/ui/app_list/app_list_model.h b/ui/app_list/app_list_model.h
index 0bfd790dceacb60258669f97ad4d61de782f9902..3845f5ab87d5db3b22bcaed1c9630b9f70ba060f 100644
--- a/ui/app_list/app_list_model.h
+++ b/ui/app_list/app_list_model.h
@@ -220,7 +220,7 @@ class APP_LIST_EXPORT AppListModel : public AppListItemListObserver {
Status status_;
State state_;
- ObserverList<AppListModelObserver, true> observers_;
+ base::ObserverList<AppListModelObserver, true> observers_;
bool folders_enabled_;
bool custom_launcher_page_enabled_;
std::string custom_launcher_page_name_;
« no previous file with comments | « ui/app_list/app_list_item_list.h ('k') | ui/app_list/folder_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698