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

Unified Diff: ui/app_list/app_list_item.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/android/window_android.h ('k') | ui/app_list/app_list_item_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_item.h
diff --git a/ui/app_list/app_list_item.h b/ui/app_list/app_list_item.h
index ab5632fef2fdc0b9d271dcd87426edb9cd36b53a..ea476bb88d5fb4a8c3d111a143f4687e986b78fe 100644
--- a/ui/app_list/app_list_item.h
+++ b/ui/app_list/app_list_item.h
@@ -133,7 +133,7 @@ class APP_LIST_EXPORT AppListItem {
bool is_installing_;
int percent_downloaded_;
- ObserverList<AppListItemObserver> observers_;
+ base::ObserverList<AppListItemObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(AppListItem);
};
« no previous file with comments | « ui/android/window_android.h ('k') | ui/app_list/app_list_item_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698