| 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);
|
| };
|
|
|